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