VsMenus.GuidStandardCommandSet2K Property
Gets the Guid for the Visual Studio Standard 2000 command set.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared ReadOnly Property GuidStandardCommandSet2K As Guid
Get
'Usage
Dim value As Guid
value = VsMenus.GuidStandardCommandSet2K
public static Guid GuidStandardCommandSet2K { get; }
public:
static property Guid GuidStandardCommandSet2K {
Guid get ();
}
static function get GuidStandardCommandSet2K () : Guid
static member GuidStandardCommandSet2K : Guid
Property Value
Type: System.Guid
Returns new Guid("1496A755-94DE-11D0-8C3F-00C04FC2AAE2").
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace