DBObjectsBranch.AddInfoObject Method

Adds a new object that contains information about the database object to be displayed as part of the 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 Sub AddInfoObject ( _
    row As Integer, _
    infoObject As IDBObjectInformation _
)
'Usage
Dim row As Integer
Dim infoObject As IDBObjectInformation

Me.AddInfoObject(row, infoObject)
protected virtual void AddInfoObject(
    int row,
    IDBObjectInformation infoObject
)
protected:
virtual void AddInfoObject(
    int row, 
    IDBObjectInformation^ infoObject
)
protected function AddInfoObject(
    row : int, 
    infoObject : IDBObjectInformation
)
abstract AddInfoObject : 
        row:int * 
        infoObject:IDBObjectInformation -> unit 
override AddInfoObject : 
        row:int * 
        infoObject:IDBObjectInformation -> unit 

Parameters

  • row
    Type: System.Int32
    The row of this branch the info object will be assigned to

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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