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.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Sub GetRefTypeInfo ( _
    hRef As IntPtr, _
    <OutAttribute> ByRef ppTI As IFixedTypeInfo _
)
void GetRefTypeInfo(
    IntPtr hRef,
    out IFixedTypeInfo ppTI
)
void GetRefTypeInfo(
    IntPtr hRef, 
    [OutAttribute] IFixedTypeInfo^% ppTI
)
abstract GetRefTypeInfo : 
        hRef:IntPtr * 
        ppTI:IFixedTypeInfo byref -> unit
function GetRefTypeInfo(
    hRef : IntPtr, 
    ppTI : IFixedTypeInfo
)

Parameters

  • hRef
    Type: System.IntPtr

    A handle to the referenced type description to return.

.NET Framework Security

See Also

Reference

IFixedTypeInfo Interface

Microsoft.Build.Tasks Namespace