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
声明
Public Sub Show ( _
    parentElement As UIElement _
)
用法
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
- parentElement
 Type: System.Windows.UIElement
 The element to show the preview window over.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SplitterResizePreviewWindow Class