RelatedDocDataCollection.AddRange 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.
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.