OutputWindowPane.Guid 属性

获取 OutputWindowPane 对象的 GUID。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
ReadOnly Property Guid As String
string Guid { get; }
property String^ Guid {
    String^ get ();
}
abstract Guid : string with get
function get Guid () : String

属性值

类型:String
唯一标识 OutputWindowPane 的字符串。

.NET Framework 安全性

请参阅

参考

OutputWindowPane 接口

EnvDTE 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例