Show 方法 (IWin32Window)
后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。 Use Show instead.
命名空间: Microsoft.NetEnterpriseServers
程序集: Microsoft.NetEnterpriseServers.ExceptionMessageBox(在 Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll 中)
语法
声明
Public Function Show ( _
owner As IWin32Window _
) As DialogResult
用法
Dim instance As ExceptionMessageBox
Dim owner As IWin32Window
Dim returnValue As DialogResult
returnValue = instance.Show(owner)
public DialogResult Show(
IWin32Window owner
)
public:
DialogResult Show(
IWin32Window^ owner
)
member Show :
owner:IWin32Window -> DialogResult
public function Show(
owner : IWin32Window
) : DialogResult
参数
- owner
类型:System.Windows.Forms. . :: . .IWin32Window
Parent window for the exception message box.
返回值
类型:System.Windows.Forms. . :: . .DialogResult
The DialogResult of the button clicked by the user.