Binding Constructor (String) |
Initializes a new instance of the Binding class with the given path.
Namespace: Windows.UI.Xaml.DataAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Binding(
string path
)
Parameters
- path
- Type: SystemString
The path to the source of the binding.
See Also