Constants.vsAddInCmdGroup Field

Definition

The GUID that is used for a command when you call AddNamedCommand(AddIn, String, String, String, Boolean, Int32, Object[], Int32). Each command has a GUID and an ID associated with it.

public: System::String ^ vsAddInCmdGroup;
std::wstring vsAddInCmdGroup;
public const string vsAddInCmdGroup;
val mutable vsAddInCmdGroup : string
Public Const vsAddInCmdGroup As String 

Field Value

Applies to