IInterfaceInfo.Guid-Eigenschaft

Ruft die GUID für das IInterfaceInfo-Objekt ab.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

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

Eigenschaftswert

Typ: System.String
Die GUID für das IInterfaceInfo-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IInterfaceInfo Schnittstelle

Microsoft.VisualStudio.VsWizard-Namespace

Weitere Ressourcen

Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell