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
实现的接口或基接口索引获取标志。
- pImplTypeFlags
类型:System.Int32%
IMPLTYPEFLAGS 枚举中的一个值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。