AttributedModelServices.AddExportedValue<T> Method (CompositionBatch, String, T)

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

Creates a part from the specified value and adds it to the specified batch with the specified contract name.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function AddExportedValue(Of T) ( _
    batch As CompositionBatch, _
    contractName As String, _
    exportedValue As T _
) As ComposablePart
public static ComposablePart AddExportedValue<T>(
    this CompositionBatch batch,
    string contractName,
    T exportedValue
)

Type Parameters

  • T
    The type of the new part.

Parameters

  • contractName
    Type: System.String
    The contract name of the export.
  • exportedValue
    Type: T
    The value to add.

Usage Note

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

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.