This documentation is archived and is not being maintained.
IFixedTypeInfo.GetRefTypeOfImplType Method
Visual Studio 2008
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Retrieves the type description of the implemented interface types if a type description describes a COM class.
Assembly: Microsoft.Build.Tasks.v3.5 (in Microsoft.Build.Tasks.v3.5.dll)
'Declaration Sub GetRefTypeOfImplType ( _ index As Integer, _ <OutAttribute> ByRef href As IntPtr _ ) 'Usage Dim instance As IFixedTypeInfo Dim index As Integer Dim href As IntPtr instance.GetRefTypeOfImplType(index, _ href)
Parameters
- index
- Type: System.Int32
The index of the implemented type whose handle is returned.
- href
- Type: System.IntPtr%
When this method returns, contains a reference to a handle for the implemented interface. This parameter is passed uninitialized.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: