AttributedModelServices.AddPart Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a composable part from the specified attributed object, and adds it to the specified composition batch.
Namespace: System.ComponentModel.Composition
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function AddPart ( _
batch As CompositionBatch, _
attributedPart As Object _
) As ComposablePart
public static ComposablePart AddPart(
this CompositionBatch batch,
Object attributedPart
)
Parameters
- batch
Type: System.ComponentModel.Composition.Hosting.CompositionBatch
The batch to add to.
- attributedPart
Type: System.Object
The object to add.
Return Value
Type: System.ComponentModel.Composition.Primitives.ComposablePart
The new part.
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.