ContentIsland.GetFromId(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the ContentIsland with the specified identifier.
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
Parameters
- id
-
UInt64
unsigned long long
uint64_t
The ContentIsland identifier.
Returns
A ContentIsland, or null if the object no longer exists or has been closed.