RelatedDocDataCollection.AddRange Method

Definition

Overloads

AddRange(DocData[])

Copies the elements of an array of document data objects to the end of the RelatedDocDataCollection.

AddRange(RelatedDocDataCollection)

Adds the contents of another RelatedDocDataCollection to the end of the collection.

AddRange(DocData[])

Copies the elements of an array of document data objects to the end of the RelatedDocDataCollection.

public:
 void AddRange(cli::array <Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^> ^ value);
public void AddRange (Microsoft.VisualStudio.Shell.Design.Serialization.DocData[] value);
member this.AddRange : Microsoft.VisualStudio.Shell.Design.Serialization.DocData[] -> unit
Public Sub AddRange (value As DocData())

Parameters

value
DocData[]

An array of document data objects to be appended to the underlying collection.

Applies to

AddRange(RelatedDocDataCollection)

Adds the contents of another RelatedDocDataCollection to the end of the collection.

public:
 void AddRange(Microsoft::VisualStudio::Shell::Design::Serialization::RelatedDocDataCollection ^ value);
public void AddRange (Microsoft.VisualStudio.Shell.Design.Serialization.RelatedDocDataCollection value);
member this.AddRange : Microsoft.VisualStudio.Shell.Design.Serialization.RelatedDocDataCollection -> unit
Public Sub AddRange (value As RelatedDocDataCollection)

Parameters

value
RelatedDocDataCollection

The added value.

Applies to