Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Gets the service provider.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method is obsolete and will be removed before the end of M3.2. Use the proected GetService method instead.")> _
Protected ReadOnly Property ServiceProvider As IServiceProvider
[ObsoleteAttribute("This method is obsolete and will be removed before the end of M3.2. Use the proected GetService method instead.")]
protected IServiceProvider ServiceProvider { get; }
Property Value
Type: System.IServiceProvider
The service provider.
.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.