IVsObjectList Members
Include Protected Members
Include Inherited Members
Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. IVsObjectList is an extension of IVsLiteTreeList and provides additional methods that are pertinent to symbols in the project. Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. IVsObjectList is an extension of IVsLiteTreeList and provides additional methods that are pertinent to symbols in the project.
The IVsObjectList type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanDelete | Returns a flag indicating if the given list item can be deleted. | |
CanGoToSource | Returns a flag indicating if navigation to the given list item's source is supported. | |
CanRename | Returns a flag indicating if the given list item can be renamed. | |
CountSourceItems | Returns the hierarchy and the number of ItemIDs corresponding to source files for the given list item. | |
DoDelete | Asks the given list item to do the delete operation. | |
DoDragDrop | Asks the given list item to handle a drag-and-drop operation. | |
DoRename | Asks the given list item to do the rename operation. | |
EnumClipboardFormats | Asks the given list item to enumerate its supported clipboard formats. | |
FillDescription | Asks the list item to provide description text to be used in the object browser. | |
GetBrowseObject | Returns a pointer to the property browse IDispatch for the given list item. | |
GetCapabilities | Returns an object list's capabilities. | |
GetCategoryField | Returns the value for the specified category for the given list item. | |
GetClipboardFormat | Asks the given list item to renders a specific clipboard format that it supports. | |
GetContextMenu | Allows the list to provide a different context menu and IOleCommandTarget for the given list item. | |
GetDisplayData | Retrieves data to draw the requested tree list item. (Inherited from IVsLiteTreeList.) | |
GetDisplayData(UInt32, array<VSTREEDISPLAYDATA[]) | Retrieves data to draw the requested tree list item. | |
GetExpandable | Specifies whether an item is expandable. (Inherited from IVsLiteTreeList.) | |
GetExpandable(UInt32, Int32%) | Method information not provided. Return E_NOTIMPL. | |
GetExpandable2 | Returns a flag indicating whether the given list item is expandable. | |
GetExpandedList | Expands a tree list node. (Inherited from IVsLiteTreeList.) | |
GetExpandedList(UInt32, Int32%, IVsLiteTreeList%) | Expands a tree list node. | |
GetExtendedClipboardVariant | Asks the given list item to renders a specific clipboard format as a variant. | |
GetFlags | Returns the attributes of the current tree list. (Inherited from IVsLiteTreeList.) | |
GetFlags(UInt32%) | Returns the attributes of the current tree list. | |
GetItemCount | Returns the number of items in the current tree list. (Inherited from IVsLiteTreeList.) | |
GetItemCount(UInt32%) | Returns the number of items in the current tree list. | |
GetList | Returns a child IVsObjectList for the specified category. | |
GetListChanges | Returns changes that have occurred in a tree list. (Inherited from IVsLiteTreeList.) | |
GetListChanges(UInt32%, array<VSTREELISTITEMCHANGE[]) | Returns changes that have occurred in a tree list. For future use only. Return E_NOTIMPL. | |
GetMultipleSourceItems | Returns the ItemID corresponding to source files for the given list item if more than one. | |
GetNavigationInfo | Fills the VSOBNAVIGATIONINFO2 structure for the given list item allowing the list to navigate back to it through LocateNavigationInfo. | |
GetSourceContext | Returns a source filename and line number for the given list item. | |
GetText | Returns a pointer to the text representations for the requested tree list item. (Inherited from IVsLiteTreeList.) | |
GetText(UInt32, VSTREETEXTOPTIONS, String%) | Returns a pointer to the text representations for the requested tree list item. | |
GetTipText | Returns a pointer to the tool tip text for the requested tree list item. (Inherited from IVsLiteTreeList.) | |
GetTipText(UInt32, VSTREETOOLTIPTYPE, String%) | Returns a pointer to the tool tip text for the requested tree list item. | |
GetUserContext | Returns the user context object for the given list item. | |
GoToSource | Navigates to the source for the given list item. | |
LocateExpandedList | Returns a pointer to an index number of the specified tree list (Inherited from IVsLiteTreeList.) | |
LocateExpandedList(IVsLiteTreeList, UInt32%) | ||
LocateNavigationInfo | Returns the index of the list item corresponding to the VSOBNAVIGATIONINFO2 structure. | |
OnClose | Notifies the current tree list that it is being closed. (Inherited from IVsLiteTreeList.) | |
OnClose(array<VSTREECLOSEACTIONS[]) | Notifies the current tree list that it is being closed. | |
QueryDragDrop | Returns a flag indicating whether the given list item supports a drag-and-drop operation. | |
ShowHelp | Allows the list to display help for the given list item. | |
ToggleState | Tells the requested tree item to toggle its checked state if it has check boxes. (Inherited from IVsLiteTreeList.) | |
ToggleState(UInt32, UInt32%) | Tells the requested tree item to toggle its checked state if it has check boxes. | |
UpdateCounter | Returns the current change counter for the tree list, and is used to indicate that the list contents have changed. (Inherited from IVsLiteTreeList.) | |
UpdateCounter(UInt32%, UInt32%) | Returns the current change counter for the tree list, and is used to indicate that the list contents have changed. |
Top