Visual Basic (Declaration) | |
---|---|
Public Overloads Function SetBinding( _ ByVal dp As DependencyProperty, _ ByVal path As String _ ) As BindingExpression |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ColorPicker 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
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