ContentIsland.GetFromId(UInt64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷 ContentIsland 取具有指定識別碼的 。
public:
static ContentIsland ^ GetFromId(unsigned long long id);
static ContentIsland GetFromId(uint64_t const& id);
public static ContentIsland GetFromId(ulong id);
function getFromId(id)
Public Shared Function GetFromId (id As ULong) As ContentIsland
參數
- id
-
UInt64
unsigned long long
uint64_t
ContentIsland 識別碼。
傳回
如果 ContentIsland 物件已不存在或已關閉,則為 , 或 null。