GetDynamicValuePropertiesFactory.Create Method (DependencyObject)

 

Creates a dynamic value properties object with specified

Namespace:   Microsoft.Activities.Design
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

Syntax

public Activity Create(
    DependencyObject target
)
public:
virtual Activity^ Create(
    DependencyObject^ target
) sealed
abstract Create : 
        target:DependencyObject -> Activity
override Create : 
        target:DependencyObject -> Activity
Public Function Create (
    target As DependencyObject
) As Activity

Parameters

Return Value

Type: System.Activities.Activity

The created dynamic value property object.

Implements

IActivityTemplateFactory.Create(DependencyObject)

See Also

GetDynamicValuePropertiesFactory Class
Microsoft.Activities.Design Namespace

Return to top