AssemblyCatalog::ICompositionElement::DisplayName Property
.NET Framework (current version)
Gets the display name of the AssemblyCatalog object.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
private: property String^ DisplayName { virtual String^ get() sealed = ICompositionElement::DisplayName::get; }
Property Value
Type: System::String^A string that represents the type and assembly of this AssemblyCatalog object.
Implements
ICompositionElement::DisplayNameThis member is an explicit interface member implementation. It can be used only when the AssemblyCatalog instance is cast to an ICompositionElement interface.
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: