ComposablePart.Metadata Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the metadata of the ComposablePart 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>
The metadata of the ComposablePart object. The default is an empty, read-only IDictionary<TKey, TValue> object.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ComposablePart object has been disposed of. |
Remarks
If the ComposablePart object was created from a ComposablePartDefinition object, this property should return the result of Metadata.
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 ComposablePart does not contain metadata, return an empty IDictionary<TKey, TValue> 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.