IMPLTYPEFLAGS 列挙型
定義
実装された型のインターフェイスまたは継承された型のインターフェイスの属性を定義します。Defines the attributes of an implemented or inherited interface of a type.
この列挙型には FlagsAttribute 属性があり、メンバー値ではビットごとの組み合わせを使用できます。
public enum class IMPLTYPEFLAGS
[System.Flags]
[System.Serializable]
public enum IMPLTYPEFLAGS
type IMPLTYPEFLAGS =
Public Enum IMPLTYPEFLAGS
- 継承
- 属性
フィールド
IMPLTYPEFLAG_FDEFAULT | 1 | インターフェイスまたは dispinterface は、ソースまたはシンクの既定値を表します。The interface or dispinterface represents the default for the source or sink. |
IMPLTYPEFLAG_FDEFAULTVTABLE | 8 | シンクは、仮想関数テーブル (VTBL: virtual function table) を経由してイベントを受け取ります。Sinks receive events through the virtual function table (VTBL). |
IMPLTYPEFLAG_FRESTRICTED | 4 | メンバーは、ユーザーが表示したり、プログラミングしたりできません。The member should not be displayed or programmable by users. |
IMPLTYPEFLAG_FSOURCE | 2 | コクラスのこのメンバーは、実装されるのではなく呼び出されます。This member of a coclass is called rather than implemented. |
注釈
の詳細については、MSDNライブラリを参照してください。IMPLTYPEFLAGS
For additional information about IMPLTYPEFLAGS
, see the MSDN Library.
ネイティブコードの COM メソッドが HRESULT を返す場合、共通言語ランタイムは例外をスローします。The common language runtime throws an exception when a COM method in native code returns an HRESULT. 詳細については、「 How to: Map HRESULTs and Exceptions」を参照してください。For more information, see How to: Map HRESULTs and Exceptions.