共用方式為


IInterfaceInfo.Guid 屬性

取得 IInterfaceInfo 物件的 GUID。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
ReadOnly Property Guid As String
string Guid { get; }
property String^ Guid {
    String^ get ();
}
abstract Guid : string with get
function get Guid () : String

屬性值

類型:String
IInterfaceInfo 物件的 GUID。

.NET Framework 安全性

請參閱

參考

IInterfaceInfo 介面

Microsoft.VisualStudio.VsWizard 命名空間

其他資源

如何:編譯和執行 Automation 物件模型程式碼範例