PropertyValue.CreateUInt64(UInt64) 方法

定义

从无符号整数创建属性值。

public:
 static Platform::Object ^ CreateUInt64(unsigned long long value);
 static IInspectable CreateUInt64(uint64_t const& value);
public static object CreateUInt64(ulong value);
function createUInt64(value)
Public Shared Function CreateUInt64 (value As ULong) As Object

参数

value
UInt64

unsigned long long

uint64_t

要存储在属性值中的值。

返回

Object

Platform::Object

IInspectable

属性值。

适用于