XamlBindingHelper.SetPropertyFromUri(Object, DependencyProperty, Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a DependencyProperty from a Uri value.
public:
static void SetPropertyFromUri(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, Uri ^ value);
static void SetPropertyFromUri(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, Uri const& value);
public static void SetPropertyFromUri(object dependencyObject, DependencyProperty propertyToSet, System.Uri value);
function setPropertyFromUri(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromUri (dependencyObject As Object, propertyToSet As DependencyProperty, value As Uri)
Parameters
- dependencyObject
-
Object
Platform::Object
IInspectable
The object to which the property being set belongs.
- propertyToSet
- DependencyProperty
The property to which the value is written.
Remarks
This method is for use in code that is generated by the XAML compiler.