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。

适用于