SingleColumnBranchBase.LocateObject Method

The default is to locate self.

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 LocateObject ( _
    obj As Object, _
    style As ObjectStyle, _
    locateOptions As Integer _
) As LocateObjectData
'Usage
Dim instance As SingleColumnBranchBase
Dim obj As Object
Dim style As ObjectStyle
Dim locateOptions As Integer
Dim returnValue As LocateObjectData

returnValue = instance.LocateObject(obj, _
    style, locateOptions)
public virtual LocateObjectData LocateObject(
    Object obj,
    ObjectStyle style,
    int locateOptions
)
public:
virtual LocateObjectData LocateObject(
    Object^ obj, 
    ObjectStyle style, 
    int locateOptions
)
public function LocateObject(
    obj : Object, 
    style : ObjectStyle, 
    locateOptions : int
) : LocateObjectData
abstract LocateObject : 
        obj:Object * 
        style:ObjectStyle * 
        locateOptions:int -> LocateObjectData 
override LocateObject : 
        obj:Object * 
        style:ObjectStyle * 
        locateOptions:int -> LocateObjectData 

Parameters

  • obj
    Type: System.Object
    The reference object to assist in the location
  • style
    Type: ObjectStyle
    The type of object to locate

Return Value

Type: LocateObjectData

Implements

IBranchLocateObject(Object, ObjectStyle, Int32)

.NET Framework Security

See Also

Reference

SingleColumnBranchBase Class

SingleColumnBranchBase Members

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