EditorFactory.GuidCmdUI Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 with get
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

See Also

Reference

EditorFactory Class

Microsoft.VisualStudio.TestTools.Vsip Namespace