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。