Share via


IInterfaceInfo.Guid Property

Gets the GUID for the IInterfaceInfo object.

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

Syntax

'Declaration
ReadOnly Property Guid As String
'Usage
Dim instance As IInterfaceInfo 
Dim value As String 

value = instance.Guid
string Guid { get; }
property String^ Guid {
    String^ get ();
}
function get Guid () : String

Property Value

Type: System.String
The GUID for the IInterfaceInfo object.

.NET Framework Security

See Also

Reference

IInterfaceInfo Interface

IInterfaceInfo Members

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples