IVsSimplePreviewChangesList Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetDisplayData(UInt32, array<VSTREEDISPLAYDATA>^) | Returns display data for the specified item. |
![]() | GetExpandable(UInt32, Int32) | Determines if the specified item can be expanded. |
![]() | GetExpandedList(UInt32, Int32, IVsSimplePreviewChangesList^) | Returns the child list of the specified item that has been expanded in the tree view. |
![]() | GetItemCount(UInt32) | Returns the number of items in the preview list. |
![]() | GetTextWithOwnership(UInt32, VSTREETEXTOPTIONS, String^) | Returns the specified text for the specified item in the preview list. |
![]() | GetTipTextWithOwnership(UInt32, VSTREETOOLTIPTYPE, String^) | Returns the ToolTip text for the specified item in the preview list. |
![]() | LocateExpandedList(IVsSimplePreviewChangesList^, UInt32) | Given a child list, locate its parent item in the preview list. |
![]() | OnClose(array<VSTREECLOSEACTIONS>^) | Called when this preview list is closed (unexpanded). |
![]() | OnRequestSource(UInt32, Object^) | Loads the source for the specified preview item and displays it in the given text view. |
![]() | ToggleState(UInt32, UInt32) | Toggles the checked state of the specified item in the preview list. |
Show:
