SVsCommandWindowsCollection Interface

Passed to GetService to return a reference to the IVsCommandWindowsCollection interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("E337F382-3CAB-44A5-AF0E-3DACA541C89A")> _
<InterfaceTypeAttribute()> _
Public Interface SVsCommandWindowsCollection
[GuidAttribute("E337F382-3CAB-44A5-AF0E-3DACA541C89A")]
[InterfaceTypeAttribute()]
public interface SVsCommandWindowsCollection
[GuidAttribute(L"E337F382-3CAB-44A5-AF0E-3DACA541C89A")]
[InterfaceTypeAttribute()]
public interface class SVsCommandWindowsCollection
[<GuidAttribute("E337F382-3CAB-44A5-AF0E-3DACA541C89A")>]
[<InterfaceTypeAttribute()>]
type SVsCommandWindowsCollection =  interface end
public interface SVsCommandWindowsCollection

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace