AssemblyCatalog::ICompositionElement::DisplayName Property

 

Gets the display name of the AssemblyCatalog object.

Namespace:   System.ComponentModel.Composition.Hosting
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.

This 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
Return to top
Show: