XamlBindingHelper.SetPropertyFromUInt64 Method

Definition

Sets a DependencyProperty from a UInt64 value.

public:
 static void SetPropertyFromUInt64(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, unsigned long long value);
 static void SetPropertyFromUInt64(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, uint64_t const& value);
public static void SetPropertyFromUInt64(object dependencyObject, DependencyProperty propertyToSet, ulong value);
function setPropertyFromUInt64(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromUInt64 (dependencyObject As Object, propertyToSet As DependencyProperty, value As ULong)

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
UInt64

unsigned long long

uint64_t

The value to set.

Remarks

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

Applies to