Share via


AssemblyCatalog.ICompositionElement.DisplayName プロパティ

定義

AssemblyCatalog オブジェクトの表示名を取得します。

property System::String ^ System::ComponentModel::Composition::Primitives::ICompositionElement::DisplayName { System::String ^ get(); };
string System.ComponentModel.Composition.Primitives.ICompositionElement.DisplayName { get; }
member this.System.ComponentModel.Composition.Primitives.ICompositionElement.DisplayName : string
 ReadOnly Property DisplayName As String Implements ICompositionElement.DisplayName

プロパティ値

この AssemblyCatalog オブジェクトの型およびアセンブリを表す文字列。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、AssemblyCatalog のインスタンスが ICompositionElement インターフェイスにキャストされる場合のみ、使用できます。

適用対象