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
- value
Type: array<Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal.BlueprintNode[]
.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