Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Enables the package to use the Command Window. You can get an instance of the interface from the SVsCommandWindow (SID_SVsCommandWindow) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
<GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCommandWindow
'Utilisation
Dim instance As IVsCommandWindow
[GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")]
[InterfaceTypeAttribute()]
public interface IVsCommandWindow
[GuidAttribute(L"0660CD86-F3AB-4008-930D-BAE8B10FF8CA")]
[InterfaceTypeAttribute()]
public interface class IVsCommandWindow
public interface IVsCommandWindow
Remarks
You can set the mode of the Command Window with the IVsCommandWindow2 interface.