Поделиться через


ITypeInfo.GetImplTypeFlags - метод

Retrieves the IMPLTYPEFLAGS flags for an interface.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
Sub GetImplTypeFlags ( _
    index As UInteger, _
    <OutAttribute> ByRef pImplTypeFlags As Integer _
)
'Применение
Dim instance As ITypeInfo
Dim index As UInteger
Dim pImplTypeFlags As Integer

instance.GetImplTypeFlags(index, pImplTypeFlags)
void GetImplTypeFlags(
    uint index,
    out int pImplTypeFlags
)
void GetImplTypeFlags(
    [InAttribute] unsigned int index, 
    [OutAttribute] int% pImplTypeFlags
)
function GetImplTypeFlags(
    index : uint, 
    pImplTypeFlags : int
)

Параметры

  • index
    Тип: System.UInt32

    Index of the implemented interface or base interface for which to get the flags.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

ITypeInfo Интерфейс

ITypeInfo - члены

Microsoft.VisualStudio.VsWizard - пространство имен