共用方式為


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

屬性值。

適用於