다음을 통해 공유


DialogContainerWithToolbar.ShowDialog Method

Shows a dialog.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

‘선언
Public Function ShowDialog As DialogResult
‘사용 방법
Dim instance As DialogContainerWithToolbar
Dim returnValue As DialogResult

returnValue = instance.ShowDialog()
public DialogResult ShowDialog()
public:
DialogResult ShowDialog()
member ShowDialog : unit -> DialogResult 
public function ShowDialog() : DialogResult

Return Value

Type: System.Windows.Forms.DialogResult
DialogResult.

Remarks

To show a dialog box and process messages from it, this method performs the following actions:

  • Gets the site from the private subclass, ShowDialogContainer.

  • Captures messages that originate in the dialog box by calling AddMessageFilter.

  • Removes the message filter by calling RemoveMessageFilter.

.NET Framework Security

See Also

Reference

DialogContainerWithToolbar Class

DialogContainerWithToolbar Members

ShowDialog Overload

Microsoft.VisualStudio.Shell Namespace