DialogContainerWithToolbar.ShowDialog Method
Shows a dialog.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Function ShowDialog As DialogResult
public DialogResult ShowDialog()
public:
DialogResult ShowDialog()
member ShowDialog : unit -> DialogResult
public function ShowDialog() : DialogResult
Return Value
Type: 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
- 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.