ReferencedObjectCollection Class
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.
A collection of objects which are referenced while serializing, deserializing, or copying.
public sealed class ReferencedObjectCollection
type ReferencedObjectCollection = class
Public NotInheritable Class ReferencedObjectCollection
- Inheritance
-
ReferencedObjectCollection
Constructors
ReferencedObjectCollection() |
Properties
CurrentReferenceId |
Gets or sets the current reference identifier. |
Methods
CopyIdTable() |
Copies the identifier table. |
CopyReferenceTable() |
Copies the reference table. |
GetOrAddReference(Object, UInt32) |
Gets or adds a reference. |
GetReferenceIndex(Object) |
Gets the index of the reference, or |
MarkValueField() |
Marks a value field. |
RecordReferenceField(Object, UInt32) |
Records a reference field with the specified identifier. |
RecordReferenceField(Object) |
Records a reference field. |
Reset() |
Resets this instance. |
TryGetReferencedObject(UInt32) |
Tries to get the referenced object with the specified id. |