ITypeInfo.GetRefTypeInfo - метод
Retrieves the type descriptions referenced by a specified type description.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub GetRefTypeInfo ( _
hreftype As UInteger, _
<OutAttribute> ByRef ppTInfo As Type _
)
'Применение
Dim instance As ITypeInfo
Dim hreftype As UInteger
Dim ppTInfo As Type
instance.GetRefTypeInfo(hreftype, ppTInfo)
void GetRefTypeInfo(
uint hreftype,
out Type ppTInfo
)
void GetRefTypeInfo(
[InAttribute] unsigned int hreftype,
[OutAttribute] Type^% ppTInfo
)
function GetRefTypeInfo(
hreftype : uint,
ppTInfo : Type
)
Параметры
hreftype
Тип: System.UInt32Handle to the referenced type description to be returned.
ppTInfo
Тип: System.Type%Reference type description.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.