ComDefaultInterfaceAttribute.Value プロパティ

定義

COM に公開する既定のインターフェイスを指定する Type オブジェクトを取得します。

public:
 property Type ^ Value { Type ^ get(); };
public Type Value { get; }
member this.Value : Type
Public ReadOnly Property Value As Type

プロパティ値

COM に公開する既定のインターフェイスを指定する Type オブジェクト。

適用対象