SetBinding(DependencyProperty,String) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2ActionSelector Class > SetBinding Method : SetBinding(DependencyProperty,String) Method



dp
path

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function SetBinding( _
   ByVal dp As DependencyProperty, _
   ByVal path As String _
) As BindingExpression
Visual Basic (Usage) Copy Code
Dim instance As K2ActionSelector
Dim dp As DependencyProperty
Dim path As String
Dim value As BindingExpression
 
value = instance.SetBinding(dp, path)
C#  
public BindingExpression SetBinding( 
   DependencyProperty dp,
   string path
)
C++/CLI  
public:
BindingExpression^ SetBinding( 
   DependencyProperty^ dp,
   String^ path
) 

Parameters

dp
path

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also