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

プロパティ値

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

注釈

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

適用対象