IFixedTypeInfo.GetRefTypeInfo(IntPtr, IFixedTypeInfo) Method

Definition

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

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

public:
 void GetRefTypeInfo(IntPtr hRef, [Runtime::InteropServices::Out] Microsoft::Build::Tasks::IFixedTypeInfo ^ % ppTI);
public void GetRefTypeInfo (IntPtr hRef, out Microsoft.Build.Tasks.IFixedTypeInfo ppTI);
abstract member GetRefTypeInfo : nativeint * IFixedTypeInfo -> unit
Public Sub GetRefTypeInfo (hRef As IntPtr, ByRef ppTI As IFixedTypeInfo)

Parameters

hRef
IntPtr

nativeint

A handle to the referenced type description to return.

ppTI
IFixedTypeInfo

When this method returns, contains the referenced type description. This parameter is passed uninitialized.

Applies to