IVsPreviewChangesList Members
Include Protected Members
Include Inherited Members
Represents a list of items in the changes tree of the Preview Changes tool window.
The IVsPreviewChangesList type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDisplayData | Returns display data for the specified item. | |
GetExpandable | Determines if the specified item can be expanded. | |
GetExpandedList | Returns the child list of the specified item that has been expanded in the tree view. | |
GetFlags | Returns a set of flags the describes the preview list. | |
GetItemCount | Returns the number of items in the preview list. | |
GetListChanges | Returns a list of changes made to the items in the preview list. | |
GetText | Returns the specified text for the specified item in the preview list. | |
GetTipText | Returns the ToolTip text for the specified item in the preview list. | |
LocateExpandedList | Given a child list, locate its parent item in the preview list. | |
OnClose | Called when this preview list is closed (unexpanded). | |
OnRequestSource | Loads the source for the specified preview item and displays it in the given text view. | |
ToggleState | Toggles the checked state of the specified item in the preview list. | |
UpdateCounter | Updates the current change counter and returns whether any changes have been made to the preview list and if so, what kind of changes. |
Top