ReferencedObjectCollection.CopyReferenceTable 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.
Copies the reference table.
public System.Collections.Generic.Dictionary<uint,object> CopyReferenceTable ();
member this.CopyReferenceTable : unit -> System.Collections.Generic.Dictionary<uint32, obj>
Public Function CopyReferenceTable () As Dictionary(Of UInteger, Object)
Returns
A copy of the reference table.