DialogBase.ServiceProvider Property
Gets the service provider that obtains shell services.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Protected ReadOnly Property ServiceProvider As IServiceProvider
'Usage
Dim value As IServiceProvider
value = Me.ServiceProvider
protected IServiceProvider ServiceProvider { get; }
protected:
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
}
protected function get ServiceProvider () : IServiceProvider
Property Value
Type: System.IServiceProvider
The service provider that obtains shell services.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.