クラスに対して生成するインターフェイスの型について説明する ClassInterfaceType 値を取得します。
Public ReadOnly Property Value As ClassInterfaceType
[C#]
public ClassInterfaceType Value {get;}
[C++]
public: __property ClassInterfaceType get_Value();
[JScript]
public function get Value() : ClassInterfaceType;
プロパティ値
クラスに対して生成するインターフェイスの型について説明する ClassInterfaceType 値。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ClassInterfaceAttribute クラス | ClassInterfaceAttribute メンバ | System.Runtime.InteropServices 名前空間