PropertyValue.CreateInt64(Int64) 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.
Creates a property value from an integer.
public:
static Platform::Object ^ CreateInt64(long long value);
static IInspectable CreateInt64(long const& value);
public static object CreateInt64(long value);
function createInt64(value)
Public Shared Function CreateInt64 (value As Long) As Object
Parameters
- value
-
Int64
long long
long
The value to store in the property value.
Returns
The property value.