DBObjectsBranch Constructor

Initializes a new instance of the DBObjectsBranch class.

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

Syntax

'Declaration
Public Sub New ( _
    parent As DBObjectsBranch, _
    parentRow As Integer, _
    tree As DBObjectSelectionTree _
)
'Usage
Dim parent As DBObjectsBranch
Dim parentRow As Integer
Dim tree As DBObjectSelectionTree

Dim instance As New DBObjectsBranch(parent, _
    parentRow, tree)
public DBObjectsBranch(
    DBObjectsBranch parent,
    int parentRow,
    DBObjectSelectionTree tree
)
public:
DBObjectsBranch(
    DBObjectsBranch^ parent, 
    int parentRow, 
    DBObjectSelectionTree^ tree
)
public function DBObjectsBranch(
    parent : DBObjectsBranch, 
    parentRow : int, 
    tree : DBObjectSelectionTree
)
new : 
        parent:DBObjectsBranch * 
        parentRow:int * 
        tree:DBObjectSelectionTree -> DBObjectsBranch

Parameters

  • parentRow
    Type: System.Int32
    The row in the parent branch that this branch will attach to

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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