ITypeInfo Interface
Allows reading information about objects.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<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 | |
---|---|---|
GetImplTypeFlags | Retrieves the IMPLTYPEFLAGS flags for an interface. | |
GetMops | Retrieves marshaling information. | |
GetRefTypeInfo | Retrieves the type descriptions referenced by a specified type description. | |
GetRefTypeOfImplType | Retrieves the type description of implemented interface types for a component object class (coclass) or an inherited interface. | |
GetTypeComp | Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description’s members. | |
LocalAddressOfMember | Infrastructure. Microsoft internal use only. | |
LocalGetIDsOfNames | Infrastructure. Microsoft internal use only. | |
LocalInvoke | Infrastructure. Microsoft internal use only. | |
LocalReleaseFuncDesc | Infrastructure. Microsoft internal use only. | |
LocalReleaseTypeAttr | Infrastructure. Microsoft internal use only. | |
LocalReleaseVarDesc | Infrastructure. Microsoft internal use only. | |
RemoteCreateInstance | Infrastructure. Microsoft internal use only. | |
RemoteGetContainingTypeLib | Infrastructure. Microsoft internal use only. | |
RemoteGetDllEntry | Infrastructure. Microsoft internal use only. | |
RemoteGetDocumentation | Infrastructure. Microsoft internal use only. | |
RemoteGetFuncDesc | Infrastructure. Microsoft internal use only. | |
RemoteGetNames | Infrastructure. Microsoft internal use only. | |
RemoteGetTypeAttr | Infrastructure. Microsoft internal use only. | |
RemoteGetVarDesc | Infrastructure. Microsoft internal use only. |
Top