IInterfaceInfo.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the interface type as an eInterfaceType enumeration.
public:
property Microsoft::VisualStudio::VsWizard::eInterfaceType Type { Microsoft::VisualStudio::VsWizard::eInterfaceType get(); };
public:
property Microsoft::VisualStudio::VsWizard::eInterfaceType Type { Microsoft::VisualStudio::VsWizard::eInterfaceType get(); };
[System.Runtime.InteropServices.DispId(1610743810)]
public Microsoft.VisualStudio.VsWizard.eInterfaceType Type { [System.Runtime.InteropServices.DispId(1610743810)] get; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
[<get: System.Runtime.InteropServices.DispId(1610743810)>]
member this.Type : Microsoft.VisualStudio.VsWizard.eInterfaceType
Public ReadOnly Property Type As eInterfaceType
Property Value
An eInterfaceType enumeration.
- Attributes
Examples
See ActiveType property.