AttributedModelServices.SatisfyImportsOnce Method

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

Composes the specified part by using the specified composition service, with recomposition disabled.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function SatisfyImportsOnce ( _
    compositionService As ICompositionService, _
    attributedPart As Object _
) As ComposablePart
public static ComposablePart SatisfyImportsOnce(
    this ICompositionService compositionService,
    Object attributedPart
)

Parameters

Return Value

Type: System.ComponentModel.Composition.Primitives.ComposablePart
The composed part.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICompositionService. When you use instance method syntax to call this method, omit the first parameter.

Remarks

Unlike ordinary composition, parts composed with this method are not guaranteed to remain valid if the catalog behind compositionService changes.

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.