Compartir a través de


ContentIsland.GetFromId(UInt64) Método

Definición

Recupera el ContentIsland con el identificador especificado.

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

Parámetros

id
UInt64

unsigned long long

uint64_t

Identificador de ContentIsland.

Devoluciones

Un ContentIsland, o null si el objeto ya no existe o se ha cerrado.

Se aplica a