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