IVsPreviewChangesList Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodGetDisplayData(UInt32, array<VSTREEDISPLAYDATA>^)

Returns display data for the specified item.

System_CAPS_pubmethodGetExpandable(UInt32, Int32)

Determines if the specified item can be expanded.

System_CAPS_pubmethodGetExpandedList(UInt32, Int32, IVsLiteTreeList^)

Returns the child list of the specified item that has been expanded in the tree view.

System_CAPS_pubmethodGetFlags(UInt32)

Returns a set of flags the describes the preview list.

System_CAPS_pubmethodGetItemCount(UInt32)

Returns the number of items in the preview list.

System_CAPS_pubmethodGetListChanges(UInt32, array<VSTREELISTITEMCHANGE>^)

Returns a list of changes made to the items in the preview list.

System_CAPS_pubmethodGetText(UInt32, VSTREETEXTOPTIONS, String^)

Returns the specified text for the specified item in the preview list.

System_CAPS_pubmethodGetTipText(UInt32, VSTREETOOLTIPTYPE, String^)

Returns the ToolTip text for the specified item in the preview list.

System_CAPS_pubmethodLocateExpandedList(IVsLiteTreeList^, UInt32)

Given a child list, locate its parent item in the preview list.

System_CAPS_pubmethodOnClose(array<VSTREECLOSEACTIONS>^)

Called when this preview list is closed (unexpanded).

System_CAPS_pubmethodOnRequestSource(UInt32, Object^)

Loads the source for the specified preview item and displays it in the given text view.

System_CAPS_pubmethodToggleState(UInt32, UInt32)

Toggles the checked state of the specified item in the preview list.

System_CAPS_pubmethodUpdateCounter(UInt32, UInt32)

Updates the current change counter and returns whether any changes have been made to the preview list and if so, what kind of changes.

Return to top
Show: