共用方式為


ServiceProvider.GlobalProvider Property

Gets the global service provider for the calling thread.

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

Syntax

'宣告
Public Shared ReadOnly Property GlobalProvider As ServiceProvider
public static ServiceProvider GlobalProvider { get; }

Property Value

Type: Microsoft.VisualStudio.Shell.ServiceProvider
The global service provider.

Remarks

The global service provider is set by calling CreateFromSetSite.If this method has not been called, an attempt is made to retrieve the a service provider from the OLE message filter. If no suitable service provider can be found on the calling thread, then a new, empty ServiceProvider is returned.

.NET Framework Security

See Also

Reference

ServiceProvider Class

Microsoft.VisualStudio.Shell Namespace