CompositionBatch.AddExport Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Adds the specified export to the CompositionBatch object.
Namespace: System.ComponentModel.Composition.Hosting
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Syntax
'Declaration
Public Function AddExport ( _
export As Export _
) As ComposablePart
public ComposablePart AddExport(
Export export
)
Parameters
- export
Type: System.ComponentModel.Composition.Primitives.Export
The export to add to the CompositionBatch object.
Return Value
Type: System.ComponentModel.Composition.Primitives.ComposablePart
System.ComponentModel.Composition.Primitives.ComposablePart
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | export 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.