IDtsComponentUI.Help Method
[Reserved for future use.]
Namespace: Microsoft.SqlServer.Dts.Pipeline.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Sub Help ( _
parentWindow As IWin32Window _
)
'Usage
Dim instance As IDtsComponentUI
Dim parentWindow As IWin32Window
instance.Help(parentWindow)
void Help(
IWin32Window parentWindow
)
void Help(
IWin32Window^ parentWindow
)
abstract Help :
parentWindow:IWin32Window -> unit
function Help(
parentWindow : IWin32Window
)
Parameters
- parentWindow
Type: System.Windows.Forms.IWin32Window
The IWin32Window interface of the designer hosting the component.