InterfaceTypeAttribute.Value プロパティ

定義

インターフェイスを COM に公開する方法を記述する ComInterfaceType 値を取得します。

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

プロパティ値

ComInterfaceType

インターフェイスを COM に公開する方法を記述する ComInterfaceType 値。

適用対象