ApplicationCatalog.ICompositionElement.DisplayName 屬性

定義

取得應用程式目錄的顯示名稱。

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

屬性值

字串,包含人類看得懂的 DirectoryCatalog 物件顯示名稱。

實作

備註

這個成員是明確介面成員實作, 只有在 ApplicationCatalog 執行個體轉換成 ICompositionElement 介面時,才能使用這個成員。

適用於