Sdílet prostřednictvím


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.

Permissions

See Also

Concepts

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

Reference

IInterfaceInfo Interface

IInterfaceInfo Members

Microsoft.VisualStudio.VsWizard Namespace