Condividi tramite


DialogWindow Constructor (String)

Initializes a DialogWindow that has a Help topic and a button.

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

Syntax

'Dichiarazione
Public Sub New ( _
    helpTopic As String _
)
'Utilizzo
Dim helpTopic As String

Dim instance As New DialogWindow(helpTopic)
public DialogWindow(
    string helpTopic
)
public:
DialogWindow(
    String^ helpTopic
)
new : 
        helpTopic:string -> DialogWindow
public function DialogWindow(
    helpTopic : String
)

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 Members

DialogWindow Overload

Microsoft.VisualStudio.PlatformUI Namespace