Type: BCS.Sym3.IProjectExplorer
Object that contains actions that are applied to the project explorer panel UI
Properties
SearchFoundCount
- Description: Returns a total number of objects found by the search
- Type: Int32
- Access: Read
SelectedObjects
- Description: Returns a list of all selected objects in the project explorer UI
- Type: List`1
- Access: Read and Write
Methods
Collapse
Colapse the project explorer UI
LocateSelection
Locate and display all selected objects in the project explorer UI
Search(System.String,System.Int32,System.Boolean,System.Boolean)
Search and select objects in the project explorer UI.
- Parameters:
- textToFind: name of the object to search for
- nForwardOrBackward: search direction from the currently selected object
- bMatchCase: apply case when searching for an object
- bMatchWholeWord: only match entire name when searching for an object
SearchNext
Select the next object located by the search
SearchPrevious
Select the previous object located by the search
Select(BCS.IBaseObject)
Select an object in the project explorer UI
- Parameters:
- value:
Select(BCS.IBaseObject,System.Boolean)
Select and locate an object in the project explorer UI
- Parameters:
- value:
- locate:
UnselectAll
Unselect all selected objects in the project explorer UI