DesignerWindowPane.CommandGuid 属性

获取命令 UI GUID 与此窗口窗格。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Overridable ReadOnly Property CommandGuid As Guid
public virtual Guid CommandGuid { get; }

属性值

类型:System.Guid
GUID 与此窗口窗格。

备注

此属性返回命令 UI GUID 通过向 Visual Studio。Visual Studio 命令栏用于此 GUID 确定工具栏应将变得可见,在设计器具有焦点时。此属性的默认实现提供根设计器和窗口窗格提供一种提供 GUID 为:

如果根设计器提供 GUID,则多个设计器窗格来承载许多设计器。若要找到根设计器的 GUID,此属性首先需要根设计器 IDictionaryService 并尝试找到 CommandID的项。如果已成功, GUID 从 entity_T: System.ComponentModel.Design.CommandID Guid 属性要执行。

如果命令 GUID 在根设计器找不到,此属性将返回窗格类的 GUID。

.NET Framework 安全性

请参见

参考

DesignerWindowPane 类

Microsoft.VisualStudio.Shell.Design 命名空间

CommandID