AssemblyCatalog.ICompositionElement.DisplayName Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the display name of the AssemblyCatalog object.

Namespace:  System.ComponentModel.Composition.Hosting
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

Syntax

'Declaration
Private ReadOnly Property DisplayName As String
    Implements ICompositionElement.DisplayName
string ICompositionElement.DisplayName { get; }

Property Value

Type: System.String
A string that represents the type and assembly of this AssemblyCatalog object.

Implements

ICompositionElement.DisplayName

Remarks

This member is an explicit interface member implementation. It can be used only when the AssemblyCatalog instance is cast to an ICompositionElement interface.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.