다음을 통해 공유


IQueryDesignerHelpImpl.ShowHelp(Control, String, Int32) 메서드

정의

지정한 키워드 및 식별자에 대한 도움말 콘텐츠가 포함된 도움말 대화 상자를 표시합니다.

public:
 void ShowHelp(System::Windows::Forms::Control ^ ctl, System::String ^ helpKeyword, int helpId);
public void ShowHelp (System.Windows.Forms.Control ctl, string helpKeyword, int helpId);
abstract member ShowHelp : System.Windows.Forms.Control * string * int -> unit
Public Sub ShowHelp (ctl As Control, helpKeyword As String, helpId As Integer)

매개 변수

ctl
Control

이 도움말 대화 상자의 부모입니다.

helpKeyword
String

도움말을 표시할 키워드입니다.

helpId
Int32

도움말 콘텐츠의 식별자입니다.

적용 대상