Compartir a través de


DialogWindow Constructor (String)

Initializes a T:Microsoft.VisualStudio.PlatformUI.DialogWindow that has a Help topic and a button.

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

Syntax

'Declaración
Public Sub New ( _
    helpTopic As String _
)
public DialogWindow(
    string helpTopic
)

Parameters

Remarks

Use ShowModal to display the dialog; it will get the parent window automatically from the shell.

.NET Framework Security

See Also

Reference

DialogWindow Class

DialogWindow Overload

Microsoft.VisualStudio.PlatformUI Namespace