ArcFM Solution Developer Guide
SetBinding(DependencyProperty,String) Method


Syntax
'Declaration
 
Public Overloads Function SetBinding( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal path As System.String _
) As System.Windows.Data.BindingExpression
'Usage
 
Dim instance As DomainFilterCreate
Dim dp As System.Windows.DependencyProperty
Dim path As System.String
Dim value As System.Windows.Data.BindingExpression
 
value = instance.SetBinding(dp, path)
public System.Windows.Data.BindingExpression SetBinding( 
   System.Windows.DependencyProperty dp,
   System.string path
)

Parameters

dp
path
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DomainFilterCreate Class
DomainFilterCreate Members
Overload List

 

 


Send Comment