DBObjectsBranch.CreateChildBranch Method

Creates a new child branch of the given 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 CreateChildBranch ( _
    parentBranch As DBObjectsBranch, _
    parentRow As Integer, _
    tree As DBObjectSelectionTree _
) As DBObjectsBranch
'Usage
Dim parentBranch As DBObjectsBranch
Dim parentRow As Integer
Dim tree As DBObjectSelectionTree
Dim returnValue As DBObjectsBranch

returnValue = Me.CreateChildBranch(parentBranch, _
    parentRow, tree)
protected virtual DBObjectsBranch CreateChildBranch(
    DBObjectsBranch parentBranch,
    int parentRow,
    DBObjectSelectionTree tree
)
protected:
virtual DBObjectsBranch^ CreateChildBranch(
    DBObjectsBranch^ parentBranch, 
    int parentRow, 
    DBObjectSelectionTree^ tree
)
protected function CreateChildBranch(
    parentBranch : DBObjectsBranch, 
    parentRow : int, 
    tree : DBObjectSelectionTree
) : DBObjectsBranch
abstract CreateChildBranch : 
        parentBranch:DBObjectsBranch * 
        parentRow:int * 
        tree:DBObjectSelectionTree -> DBObjectsBranch 
override CreateChildBranch : 
        parentBranch:DBObjectsBranch * 
        parentRow:int * 
        tree:DBObjectSelectionTree -> DBObjectsBranch 

Parameters

  • parentRow
    Type: System.Int32
    The row in the parent branch the new branch will be in

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