This documentation is archived and is not being maintained.
IFixedTypeInfo.GetRefTypeInfo Method
Visual Studio 2008
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.
Assembly: Microsoft.Build.Tasks.v3.5 (in Microsoft.Build.Tasks.v3.5.dll)
'Declaration Sub GetRefTypeInfo ( _ hRef As IntPtr, _ <OutAttribute> ByRef ppTI As IFixedTypeInfo _ ) 'Usage Dim instance As IFixedTypeInfo Dim hRef As IntPtr Dim ppTI As IFixedTypeInfo instance.GetRefTypeInfo(hRef, 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.
- 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: