ComposablePartDefinition.Metadata Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a collection of the metadata for this ComposablePartDefinition object.
Namespace: System.ComponentModel.Composition.Primitives
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Metadata As IDictionary(Of String, Object)
public virtual IDictionary<string, Object> Metadata { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
A collection that contains the metadata for the ComposablePartDefinition. The default is an empty, read-only IDictionary<TKey, TValue> object.
Remarks
Overrides of this property should return a read-only IDictionary<TKey, TValue> object with a case-sensitive, non-linguistic comparer, such as Ordinal, and should never return nulla null reference (Nothing in Visual Basic). If the ComposablePartDefinition does not contain metadata, return an empty IDictionary<TKey, TValue> object instead.
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.