AttributedModelServices.CreatePartDefinition Method (Type, ICompositionElement)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a part definition with the specified type and origin.
Namespace: System.ComponentModel.Composition
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Syntax
'Declaration
Public Shared Function CreatePartDefinition ( _
type As Type, _
origin As ICompositionElement _
) As ComposablePartDefinition
public static ComposablePartDefinition CreatePartDefinition(
Type type,
ICompositionElement origin
)
Parameters
- type
Type: System.Type
The type of the definition.
- origin
Type: System.ComponentModel.Composition.Primitives.ICompositionElement
The origin of the definition.
Return Value
Type: System.ComponentModel.Composition.Primitives.ComposablePartDefinition
The new part definition.
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.