XamlBindingHelper.SetPropertyFromChar16 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 Char value.
public:
static void SetPropertyFromChar16(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, char16 value);
static void SetPropertyFromChar16(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, char16_t const& value);
public static void SetPropertyFromChar16(object dependencyObject, DependencyProperty propertyToSet, char value);
function setPropertyFromChar16(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromChar16 (dependencyObject As Object, propertyToSet As DependencyProperty, value As Char)
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.
- value
-
Char
char16
char16_t
The value to set.
Remarks
This method is for use in code that is generated by the XAML compiler.