共用方式為


ContentIsland.GetFromId(UInt64) 方法

定義

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。

適用於