EditorFactory.GuidCmdUI Property

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Protected MustOverride ReadOnly Property GuidCmdUI As Guid
'使用
Dim value As Guid

value = Me.GuidCmdUI
protected abstract Guid GuidCmdUI { get; }
protected:
virtual property Guid GuidCmdUI {
    Guid get () abstract;
}
protected abstract function get GuidCmdUI () : Guid

Property Value

Type: System.Guid

Permissions

See Also

Reference

EditorFactory Class

EditorFactory Members

Microsoft.VisualStudio.TestTools.Vsip Namespace