Partager via


SplitterResizePreviewWindow.Show Method

Shows the window on-screen with the same size and screen position as the given UIElement.

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

Syntax

'Déclaration
Public Sub Show ( _
    parentElement As UIElement _
)
'Utilisation
Dim instance As SplitterResizePreviewWindow
Dim parentElement As UIElement

instance.Show(parentElement)
public void Show(
    UIElement parentElement
)
public:
void Show(
    UIElement^ parentElement
)
member Show : 
        parentElement:UIElement -> unit 
public function Show(
    parentElement : UIElement
)

Parameters

.NET Framework Security

See Also

Reference

SplitterResizePreviewWindow Class

SplitterResizePreviewWindow Members

Microsoft.VisualStudio.PlatformUI Namespace