CompositionBatch.AddPart Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Adds the specified part to the CompositionBatch object.
Namespace: System.ComponentModel.Composition.Hosting
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Syntax
'Declaration
Public Sub AddPart ( _
part As ComposablePart _
)
public void AddPart(
ComposablePart part
)
Parameters
- part
Type: System.ComponentModel.Composition.Primitives.ComposablePart
The part to add.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | part is nulla null reference (Nothing in Visual Basic). |
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.