Sdílet prostřednictvím


ITypeLibInfo.Guid – vlastnost

Získá nebo nastaví identifikátor GUID ITypeLibInfo objektu.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String
Identifikátor GUID ITypeLibInfo objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeLibInfo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů

Další zdroje

Postupy: Kompilace a spuštění příkladů kódu objektu automatizace