This documentation is archived and is not being maintained.

IFixedTypeInfo::GetRefTypeInfo Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Retrieves the referenced type descriptions if a type description references other type descriptions.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)

void GetRefTypeInfo(
	IntPtr hRef, 
	[OutAttribute] IFixedTypeInfo^% ppTI
)

Parameters

hRef
Type: System::IntPtr
A handle to the referenced type description to return.
ppTI
Type: Microsoft.Build.Tasks::IFixedTypeInfo%
When this method returns, contains the referenced type description. This parameter is passed uninitialized.

.NET Framework

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: