Método ShowHelp
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
Sub ShowHelp ( _
ctl As Control, _
helpKeyword As String, _
helpId As Integer _
)
'Uso
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
)
Parâmetros
- ctl
Tipo: System.Windows.Forms. . :: . .Control
- helpKeyword
Tipo: System. . :: . .String
- helpId
Tipo: System. . :: . .Int32
Consulte também