XamlBindingHelper.SetPropertyFromUInt32 Method

Definition

Sets a DependencyProperty from a UInt32 value.

public:
 static void SetPropertyFromUInt32(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, unsigned int value);
 static void SetPropertyFromUInt32(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, uint32_t const& value);
public static void SetPropertyFromUInt32(object dependencyObject, DependencyProperty propertyToSet, uint value);
function setPropertyFromUInt32(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromUInt32 (dependencyObject As Object, propertyToSet As DependencyProperty, value As UInteger)

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
UInt32

unsigned int

uint32_t

The value to set.

Remarks

This method is for use in code that is generated by the XAML compiler.

Applies to