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
- view
Type: System.Windows.DependencyObject
An object that enables navigation of the information settings of the designer.
- redirections
Type: System.Collections.Generic.IEnumerable<PropertyIdentifier>
An enumeration of property identifiers that identify properties on the model that are to be redirected to the view.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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