Constants.vsAddInCmdGroup Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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