ReferencedObjectCollection.TryGetReferencedObject(UInt32) 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.
Tries to get the referenced object with the specified id.
public object TryGetReferencedObject (uint reference);
member this.TryGetReferencedObject : uint32 -> obj
Public Function TryGetReferencedObject (reference As UInteger) As Object
Parameters
- reference
- UInt32
The reference.
Returns
The referenced object with the specified id if found, null
otherwise.