ITypeInfo.GetRefTypeOfImplType Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

声明
Sub GetRefTypeOfImplType ( _
    index As UInteger, _
    <OutAttribute> ByRef pRefType As UInteger _
)
用法
Dim instance As ITypeInfo
Dim index As UInteger
Dim pRefType As UInteger

instance.GetRefTypeOfImplType(index, _
    pRefType)
void GetRefTypeOfImplType(
    uint index,
    out uint pRefType
)
void GetRefTypeOfImplType(
    [InAttribute] unsigned int index, 
    [OutAttribute] unsigned int% pRefType
)
abstract GetRefTypeOfImplType : 
        index:uint32 * 
        pRefType:uint32 byref -> unit 
function GetRefTypeOfImplType(
    index : uint, 
    pRefType : uint
)

Parameters

.NET Framework Security

See Also

Reference

ITypeInfo Interface

ITypeInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace