Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
Public Sub AddRange ( _
value As DocData() _
)
public void AddRange(
DocData[] value
)
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.