BlueprintNodeCollection.AddRangeInternal Method (BlueprintNodeCollection)

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 BlueprintNodeCollection _
)
'Usage
Dim value As BlueprintNodeCollection 

Me.AddRangeInternal(value)
protected internal void AddRangeInternal(
    BlueprintNodeCollection value
)
protected public:
void AddRangeInternal(
    BlueprintNodeCollection^ value
)
protected internal function AddRangeInternal(
    value : BlueprintNodeCollection
)

Parameters

.NET Framework Security

See Also

Reference

BlueprintNodeCollection Class

BlueprintNodeCollection Members

AddRangeInternal Overload

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