System.ComponentModel.Composition
4.0.0.0
System.Object
To be added.
Describes the contract that a particular object satisfies.
Constructor
4.0.0.0
Derived types that call this constructor must override the property and optionally, the property. By default, returns an empty, read-only dictionary.
Initializes a new instance of the class.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class with the specified contract name and metadata.
The contract name of the object.
The metadata of the or null to set the property to an empty, read-only object.
Property
4.0.0.0
System.String
To be added.
Overrides of this property should never return null or an empty string ("").
Gets the contract name.
Property
4.0.0.0
System.Collections.Generic.IDictionary<System.String,System.Object>
To be added.
Overrides of this property should return a read-only object with a case-sensitive, non-linguistic comparer, such as , and should never return null.
If the does not contain metadata, return an empty instead.
Gets the contract metadata.
Method
4.0.0.0
System.String
To be added.
Returns a string representation of the export definition.
A string representation of the export definition.