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
- value
Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal.BlueprintNodeCollection
.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
BlueprintNodeCollection Members
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace