BlueprintNodeCollection.AddRangeInternal Method (array<BlueprintNode[])

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Sub AddRangeInternal ( _
    value As BlueprintNode() _
)
'Usage
Dim value As BlueprintNode()

Me.AddRangeInternal(value)
protected internal void AddRangeInternal(
    BlueprintNode[] value
)
protected public:
void AddRangeInternal(
    array<BlueprintNode^>^ value
)
protected internal function AddRangeInternal(
    value : BlueprintNode[]
)

Parameters

.NET Framework Security

See Also

Reference

BlueprintNodeCollection Class

BlueprintNodeCollection Members

AddRangeInternal Overload

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace