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
- 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.