IdentifierCollection.AddRange Method (array<String[])
Adds multiple host items or host objects to the IdentifierCollection.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Public Sub AddRange ( _
identifiers As String() _
)
'Usage
Dim instance As IdentifierCollection
Dim identifiers As String()
instance.AddRange(identifiers)
public void AddRange(
string[] identifiers
)
public:
void AddRange(
array<String^>^ identifiers
)
public function AddRange(
identifiers : String[]
)
Parameters
identifiers
Type: array<System.String[]An array of strings that specify identifiers to add to the IdentifierCollection.
.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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace