IFixedTypeInfo.GetRefTypeInfo(IntPtr, IFixedTypeInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.