Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Sub New ( _
helpTopic As String _
)
public DialogWindow(
string helpTopic
)
public:
DialogWindow(
String^ helpTopic
)
new :
helpTopic:string -> DialogWindow
public function DialogWindow(
helpTopic : String
)
Parameters
helpTopic
Type: System.StringThe dialog's help topic
Remarks
Use ShowModal to display the dialog; it will get the parent window automatically from the shell.
.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.