DBObjectsBranch.GetInfoObject Method

Returns the information object at a given row in 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
Public Function GetInfoObject ( _
    row As Integer _
) As IDBObjectInformation
'Usage
Dim instance As DBObjectsBranch
Dim row As Integer
Dim returnValue As IDBObjectInformation

returnValue = instance.GetInfoObject(row)
public IDBObjectInformation GetInfoObject(
    int row
)
public:
IDBObjectInformation^ GetInfoObject(
    int row
)
public function GetInfoObject(
    row : int
) : IDBObjectInformation
member GetInfoObject : 
        row:int -> IDBObjectInformation 

Parameters

Return Value

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

Remarks

If there isn't an information object, this method asks the producer to create one.

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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