vcContextGuids - класс
Contains context GUIDs, each of which represents a given IDE state, such as if a Visual C++ project is open, or the Visual C++ editor is open. This enumeration is passed as an argument to AddNamedCommand and AddNamedCommand2.
Пространство имен: Microsoft.VisualStudio.VCProject
Сборка: Microsoft.VisualStudio.VCProject (в Microsoft.VisualStudio.VCProject.dll)
Синтаксис
'Декларация
<GuidAttribute("0FECB64A-8779-4A7B-B7CD-226DD6531FB1")> _
Public MustInherit Class vcContextGuids
'Применение
Dim instance As vcContextGuids
[GuidAttribute("0FECB64A-8779-4A7B-B7CD-226DD6531FB1")]
public abstract class vcContextGuids
[GuidAttribute(L"0FECB64A-8779-4A7B-B7CD-226DD6531FB1")]
public ref class vcContextGuids abstract
public abstract class vcContextGuids
Заметки
The command will be visible if the enumeration's related context GUID is active. If it is not active, then the command will not be visible.
Иерархия наследования
System.Object
Microsoft.VisualStudio.VCProject.vcContextGuids
Потокобезопасность
Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.