_ITypeInfo Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("320A4C5D-504A-47F0-9FAD-77F25DE01460")> _
Public Interface _ITypeInfo
[GuidAttribute("320A4C5D-504A-47F0-9FAD-77F25DE01460")]
public interface _ITypeInfo
[GuidAttribute(L"320A4C5D-504A-47F0-9FAD-77F25DE01460")]
public interface class _ITypeInfo
[<GuidAttribute("320A4C5D-504A-47F0-9FAD-77F25DE01460")>]
type _ITypeInfo = interface end
public interface _ITypeInfo
The _ITypeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Interfaces | Infrastructure. Microsoft Internal Use Only. | |
TypeInfo | Infrastructure. Microsoft Internal Use Only. |
Top