BlueprintNodeCollection.AddInternal Method

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 Function AddInternal ( _
    value As BlueprintNode _
) As Integer
'Usage
Dim value As BlueprintNode 
Dim returnValue As Integer 

returnValue = Me.AddInternal(value)
protected internal int AddInternal(
    BlueprintNode value
)
protected public:
int AddInternal(
    BlueprintNode^ value
)
protected internal function AddInternal(
    value : BlueprintNode
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

BlueprintNodeCollection Class

BlueprintNodeCollection Members

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