DBObjectsBranch.AddChildBranch Method

Adds a new child branch to this branch.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Overridable Function AddChildBranch ( _
    row As Integer, _
    forceCheckState As Boolean _
) As DBObjectsBranch
'Usage
Dim row As Integer
Dim forceCheckState As Boolean
Dim returnValue As DBObjectsBranch

returnValue = Me.AddChildBranch(row, _
    forceCheckState)
protected virtual DBObjectsBranch AddChildBranch(
    int row,
    bool forceCheckState
)
protected:
virtual DBObjectsBranch^ AddChildBranch(
    int row, 
    bool forceCheckState
)
protected function AddChildBranch(
    row : int, 
    forceCheckState : boolean
) : DBObjectsBranch
abstract AddChildBranch : 
        row:int * 
        forceCheckState:bool -> DBObjectsBranch 
override AddChildBranch : 
        row:int * 
        forceCheckState:bool -> DBObjectsBranch 

Parameters

  • row
    Type: System.Int32
    The row of this branch the new branch will be attached to

Return Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport.DBObjectsBranch

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace