Click or drag to resize
VsServiceProviderExtensions.GetCommandWindowsCollection Method
Gets the global IVsCommandWindowsCollection service.

Namespace: Tvl.VisualStudio.Shell
Assembly: Tvl.VisualStudio.ShellServices.10 (in Tvl.VisualStudio.ShellServices.10.dll) Version: 2.0.0.0
Syntax
public static IVsCommandWindowsCollection GetCommandWindowsCollection(
	this SVsServiceProvider serviceProvider
)

Parameters

serviceProvider
Type: Microsoft.VisualStudio.Shell.SVsServiceProvider
The service provider.

Return Value

Type: IVsCommandWindowsCollection
The IVsCommandWindowsCollection service provided by the service provider, or null if the service provider was not able to provide an instance of the service.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SVsServiceProvider. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptionIf serviceProvider is null.
See Also