EditorFactory.GuidCmdUI Property
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
声明
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.