ShowHelp 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)
語法
'宣告
Sub ShowHelp ( _
ctl As Control, _
helpKeyword As String, _
helpId As Integer _
)
'用途
Dim instance As IQueryDesignerHelpImpl
Dim ctl As Control
Dim helpKeyword As String
Dim helpId As Integer
instance.ShowHelp(ctl, helpKeyword, helpId)
void ShowHelp(
Control ctl,
string helpKeyword,
int helpId
)
void ShowHelp(
Control^ ctl,
String^ helpKeyword,
int helpId
)
abstract ShowHelp :
ctl:Control *
helpKeyword:string *
helpId:int -> unit
function ShowHelp(
ctl : Control,
helpKeyword : String,
helpId : int
)