ClassInterfaceAttribute.Value プロパティ

定義

クラスに対して生成するインターフェイスの型について説明する ClassInterfaceType 値を取得します。

public:
 property System::Runtime::InteropServices::ClassInterfaceType Value { System::Runtime::InteropServices::ClassInterfaceType get(); };
public System.Runtime.InteropServices.ClassInterfaceType Value { get; }
member this.Value : System.Runtime.InteropServices.ClassInterfaceType
Public ReadOnly Property Value As ClassInterfaceType

プロパティ値

クラスに対して生成するインターフェイスの型について説明する ClassInterfaceType 値。

適用対象