RelatedDocDataCollection.CopyTo(DocData[], Int32) 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 collection to an array of document data objects starting at the specified index.
public:
void CopyTo(cli::array <Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^> ^ array, int index);
public void CopyTo (Microsoft.VisualStudio.Shell.Design.Serialization.DocData[] array, int index);
member this.CopyTo : Microsoft.VisualStudio.Shell.Design.Serialization.DocData[] * int -> unit
Public Sub CopyTo (array As DocData(), index As Integer)
Parameters
- array
- DocData[]
The target array.
- index
- Int32
The index of the array at which to begin copying.