Allows reading information about objects.
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
<GuidAttribute("00020401-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ITypeInfo
[GuidAttribute("00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeInfo
[GuidAttribute(L"00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ITypeInfo
[<GuidAttribute("00020401-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeInfo =  interface end
public interface ITypeInfo
The ITypeInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetImplTypeFlags | Retrieves the IMPLTYPEFLAGS flags for an interface. | 
| .gif) | GetMops | Retrieves marshaling information. | 
| .gif) | GetRefTypeInfo | Retrieves the type descriptions referenced by a specified type description. | 
| .gif) | GetRefTypeOfImplType | Retrieves the type description of implemented interface types for a component object class (coclass) or an inherited interface. | 
| .gif) | GetTypeComp | Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description’s members. | 
| .gif) | LocalAddressOfMember | Infrastructure. Microsoft internal use only. | 
| .gif) | LocalGetIDsOfNames | Infrastructure. Microsoft internal use only. | 
| .gif) | LocalInvoke | Infrastructure. Microsoft internal use only. | 
| .gif) | LocalReleaseFuncDesc | Infrastructure. Microsoft internal use only. | 
| .gif) | LocalReleaseTypeAttr | Infrastructure. Microsoft internal use only. | 
| .gif) | LocalReleaseVarDesc | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteCreateInstance | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteGetContainingTypeLib | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteGetDllEntry | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteGetDocumentation | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteGetFuncDesc | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteGetNames | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteGetTypeAttr | Infrastructure. Microsoft internal use only. | 
| .gif) | RemoteGetVarDesc | Infrastructure. Microsoft internal use only. | 
Top