ComposablePart.SetImport Method

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

Sets the import described by the specified ImportDefinition object to be satisfied by the specified exports.

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

Syntax

'Declaration
Public MustOverride Sub SetImport ( _
    definition As ImportDefinition, _
    exports As IEnumerable(Of Export) _
)
public abstract void SetImport(
    ImportDefinition definition,
    IEnumerable<Export> exports
)

Parameters

Exceptions

Exception Condition
ObjectDisposedException

The ComposablePart object has been disposed of.

ArgumentNullException

definition is nulla null reference (Nothing in Visual Basic).

-or-

exports is nulla null reference (Nothing in Visual Basic).

ComposablePartException

An error occurred setting the import described by the ImportDefinition object.

ArgumentException

definition did not originate from the ImportDefinitions property on the ComposablePart.

-or-

exports contains an element that is nulla null reference (Nothing in Visual Basic).

-or-

exports is empty and Cardinality is ExactlyOne.

-or-

exports contains more than one element and Cardinality is ZeroOrOne or ExactlyOne.

InvalidOperationException

Activate has been previously called and IsRecomposable is false.

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.