RelatedDocDataCollection.AddRange Method ([])

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

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

Syntax

'宣言
Public Sub AddRange ( _
    value As DocData() _
)
'使用
Dim instance As RelatedDocDataCollection
Dim value As DocData()

instance.AddRange(value)
public void AddRange(
    DocData[] value
)
public:
void AddRange(
    array<DocData^>^ value
)
public function AddRange(
    value : DocData[]
)

Parameters

  • value
    Type: []

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

Permissions

See Also

Reference

RelatedDocDataCollection Class

RelatedDocDataCollection Members

AddRange Overload

Microsoft.VisualStudio.Shell.Design.Serialization Namespace