Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a GUID that indicates which menu and toolbars will be displayed when the editor window is active.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property GuidCmdUI As Guid
protected abstract Guid GuidCmdUI { get; }
protected:
virtual property Guid GuidCmdUI {
Guid get () abstract;
}
abstract GuidCmdUI : Guid
abstract function get GuidCmdUI () : Guid
Property Value
Type: System.Guid
A GUID that indicates which menu and toolbars will be displayed when the editor window is active.
.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.