RelatedDocDataCollection.AddRange Method (RelatedDocDataCollection)

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

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Sub AddRange ( _
    value As RelatedDocDataCollection _
)
public void AddRange(
    RelatedDocDataCollection value
)
public:
void AddRange(
    RelatedDocDataCollection^ value
)
member AddRange : 
        value:RelatedDocDataCollection -> unit
public function AddRange(
    value : RelatedDocDataCollection
)

Parameters

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

AddRange Overload

Microsoft.VisualStudio.Shell.Design.Serialization Namespace