OleMenuCommandService::ServiceProvider Property

 
Note: This API is now obsolete.

Gets the service provider.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
[ObsoleteAttribute("This method is obsolete and will be removed before the end of M3.2.  Use the proected GetService method instead.")]
property IServiceProvider^ ServiceProvider {
	IServiceProvider^ get();
}

Property Value

Type: System::IServiceProvider^

The service provider.

Return to top
Show: