共用方式為


ITypeLibInfo.Guid 屬性

取得或設定 ITypeLibInfo 物件的 GUID。

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

語法

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

屬性值

型別:System.String
GUID, ITypeLibInfo物件。

.NET Framework 安全性

請參閱

參考

ITypeLibInfo 介面

Microsoft.VisualStudio.VsWizard 命名空間

其他資源

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