TypeLibImportClassAttribute.Value プロパティ

定義

インターフェイスを排他的に使用する Type オブジェクトの名前を取得します。

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

プロパティ値

String

インターフェイスを排他的に使用する Type オブジェクトの名前。

注釈

マネージド インターフェイスに TypeLibImportClassAttribute 属性を適用して、インターフェイスのみを使用する型を指定します。

適用対象