Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.