ITypeInfo.GetRefTypeOfImplType - метод
Retrieves the type description of implemented interface types for a component object class (coclass) or an inherited interface.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
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
)
function GetRefTypeOfImplType(
index : uint,
pRefType : uint
)
Параметры
index
Тип: System.UInt32Index of the implemented type whose handle is returned. The valid range is 0 to the cImplTypes member in the Microsoft.VisualStudio.OLE.Interop.TYPEATTR structure.
pRefType
Тип: System.UInt32%On return, pointer to a handle for the implemented interface (if any). This handle can be passed to GetRefTypeInfo to get the type description.
Заметки
To get access to the Microsoft.VisualStudio.OLE.Interop.TYPEATTR library and documentation, you need to download the Visual Studio SDK from the Visual Studio Extensibility site.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.