SelectionPreview Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.SelectionPreview

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class SelectionPreview
public static class SelectionPreview
public ref class SelectionPreview abstract sealed
[<AbstractClass>]
[<Sealed>]
type SelectionPreview =  class end
public final class SelectionPreview

The SelectionPreview type exposes the following members.

Attached Properties

  Name Description
Public attached property Controller
Public attached property PreviewDelayMilliseconds
Public attached property PreviewSelectedItem

Top

Methods

  Name Description
Public methodStatic member CancelPendingItemPreview
Public methodStatic member DefaultCanPreviewSelection
Public methodStatic member GetController
Public methodStatic member GetPreviewDelayMilliseconds
Public methodStatic member GetPreviewSelectedItem
Public methodStatic member SetController
Public methodStatic member SetPreviewDelayMilliseconds
Public methodStatic member SetPreviewSelectedItem
Public methodStatic member SuppressSelectionPreview
Public methodStatic member UpdateSelectedItemPreview

Top

Fields

  Name Description
Public fieldStatic member ControllerProperty
Public fieldStatic member PreviewDelayMillisecondsProperty
Public fieldStatic member PreviewSelectedItemProperty

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace