Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Sub AddRange ( _
value As DocData() _
)
public void AddRange(
DocData[] value
)
public:
void AddRange(
array<DocData^>^ value
)
member AddRange :
value:DocData[] -> unit
public function AddRange(
value : DocData[]
)
Parameters
value
Type: array<Microsoft.VisualStudio.Shell.Design.Serialization.DocData[]An array of document data objects to be appended to the underlying collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.