AttributedModelServices.CreatePartDefinition Method (Type, ICompositionElement, Boolean)

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, _
    ensureIsDiscoverable As Boolean _
) As ComposablePartDefinition
public static ComposablePartDefinition CreatePartDefinition(
    Type type,
    ICompositionElement origin,
    bool ensureIsDiscoverable
)

Parameters

  • ensureIsDiscoverable
    Type: System.Boolean
    A value indicating whether or not the new definition should be discoverable.

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.