Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manipulates windows in the commandwindows list that Visual Studio maintains. You can get an instance of the interface from the SVsCommandWindowsCollection (SID_SVsCommandWindowsCollection) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("615FF029-FEFA-492C-8CD2-C3F66644C3F9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCommandWindowsCollection
'Usage
Dim instance As IVsCommandWindowsCollection
[GuidAttribute("615FF029-FEFA-492C-8CD2-C3F66644C3F9")]
[InterfaceTypeAttribute()]
public interface IVsCommandWindowsCollection
[GuidAttribute(L"615FF029-FEFA-492C-8CD2-C3F66644C3F9")]
[InterfaceTypeAttribute()]
public interface class IVsCommandWindowsCollection
public interface IVsCommandWindowsCollection