This documentation is archived and is not being maintained.

IFixedTypeInfo.GetRefTypeOfImplType Method

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.

Namespace:  Microsoft.Build.Tasks
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.

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.

.NET Framework

Supported in: 3.5
Show: