ViewManager.SetPropertyRedirections Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets an enumeration of property identifiers that serves to flag the properties on the model that should be redirected to the view.

Namespace:  System.Activities.Design.Documents
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Protected Shared Sub SetPropertyRedirections ( _
    view As DependencyObject, _
    redirections As IEnumerable(Of PropertyIdentifier) _
)
'Usage
Dim view As DependencyObject
Dim redirections As IEnumerable(Of PropertyIdentifier)

ViewManager.SetPropertyRedirections(view, _
    redirections)
protected static void SetPropertyRedirections(
    DependencyObject view,
    IEnumerable<PropertyIdentifier> redirections
)
protected:
static void SetPropertyRedirections(
    DependencyObject^ view, 
    IEnumerable<PropertyIdentifier^>^ redirections
)
protected static function SetPropertyRedirections(
    view : DependencyObject, 
    redirections : IEnumerable<PropertyIdentifier>
)
static member SetPropertyRedirections : 
        view:DependencyObject * 
        redirections:IEnumerable<PropertyIdentifier> -> unit 

Parameters

Remarks

The view must declare public properties of the same name and compatible type. When a value is set into the model, if its property is being redirected, the value is assigned to the redirected property instead.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ViewManager Class

ViewManager Members

System.Activities.Design.Documents Namespace