ITypeInfo.GetImplTypeFlags 方法

检索接口的 IMPLTYPEFLAGS 标志。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Sub GetImplTypeFlags ( _
    index As UInteger, _
    <OutAttribute> ByRef pImplTypeFlags As Integer _
)
void GetImplTypeFlags(
    uint index,
    out int pImplTypeFlags
)
void GetImplTypeFlags(
    [InAttribute] unsigned int index, 
    [OutAttribute] int% pImplTypeFlags
)
abstract GetImplTypeFlags : 
        index:uint32 * 
        pImplTypeFlags:int byref -> unit 
function GetImplTypeFlags(
    index : uint, 
    pImplTypeFlags : int
)

参数

  • index
    类型:System.UInt32
    实现的接口或基接口索引获取标志。

.NET Framework 安全性

请参见

参考

ITypeInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间