Share via


DialogBase.ServiceProvider Property

 

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)

Syntax

protected IServiceProvider ServiceProvider { get; }
protected:
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get();
}
member ServiceProvider : IServiceProvider with get
Protected ReadOnly Property ServiceProvider As IServiceProvider

Property Value

Type: System.IServiceProvider

See Also

DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace

Return to top