SelectionPreview.SetController Method

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

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

Syntax

'Declaration
Public Shared Sub SetController ( _
    selector As Selector, _
    value As ISelectionPreviewController _
)
public static void SetController(
    Selector selector,
    ISelectionPreviewController value
)
public:
static void SetController(
    Selector^ selector, 
    ISelectionPreviewController^ value
)
static member SetController : 
        selector:Selector * 
        value:ISelectionPreviewController -> unit
public static function SetController(
    selector : Selector, 
    value : ISelectionPreviewController
)

Parameters

.NET Framework Security

See Also

Reference

SelectionPreview Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace