次の方法で共有


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 名前空間