UCOMITypeInfo.GetImplTypeFlags(Int32, Int32) 方法

定義

擷取類型描述中某個已實作之介面或基底介面的 IMPLTYPEFLAGS 值。

public:
 void GetImplTypeFlags(int index, [Runtime::InteropServices::Out] int % pImplTypeFlags);
public void GetImplTypeFlags (int index, out int pImplTypeFlags);
abstract member GetImplTypeFlags : int * int -> unit
Public Sub GetImplTypeFlags (index As Integer, ByRef pImplTypeFlags As Integer)

參數

index
Int32

已實作之介面或基底介面的索引。

pImplTypeFlags
Int32

在成功傳回時,為 IMPLTYPEFLAGS 列舉類型的參考。

備註

如需 的詳細資訊 ITypeInfo::GetImplTypeFlags ,請參閱 MSDN 程式庫。

適用於