Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Protected MustOverride ReadOnly Property GuidCmdUI As Guid
Get
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.