SingleColumnBranchBase.GetObject Method

The default is to return no object.

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 Overridable Function GetObject ( _
    row As Integer, _
    column As Integer, _
    style As ObjectStyle, _
    ByRef options As Integer _
) As Object
'Usage
Dim instance As SingleColumnBranchBase
Dim row As Integer
Dim column As Integer
Dim style As ObjectStyle
Dim options As Integer
Dim returnValue As Object

returnValue = instance.GetObject(row, _
    column, style, options)
public virtual Object GetObject(
    int row,
    int column,
    ObjectStyle style,
    ref int options
)
public:
virtual Object^ GetObject(
    int row, 
    int column, 
    ObjectStyle style, 
    int% options
)
public function GetObject(
    row : int, 
    column : int, 
    style : ObjectStyle, 
    options : int
) : Object
abstract GetObject : 
        row:int * 
        column:int * 
        style:ObjectStyle * 
        options:int -> Object 
override GetObject : 
        row:int * 
        column:int * 
        style:ObjectStyle * 
        options:int -> Object 

Parameters

  • style
    Type: ObjectStyle
    The type of object to return

Return Value

Type: System.Object
Returns null.

Implements

IBranchGetObject(Int32, Int32, ObjectStyle, Int32%)

.NET Framework Security

See Also

Reference

SingleColumnBranchBase Class

SingleColumnBranchBase Members

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