ActivityDesigner.ShowInfoTip 메서드

정의

에 대해 ActivityDesigner지정된 정보 팁을 표시합니다.

오버로드

Name Description
ShowInfoTip(String, String)

지정된 제목과 텍스트가 ActivityDesigner 있는 정보 팁을 표시합니다.

ShowInfoTip(String)

지정된 정보 팁을 표시합니다.

설명

파생 클래스에서 재정의되지 않는 한 논리 ShowInfoTipWorkflowView.ShowInfoTip 사용하여 정보 팁을 표시합니다.

ShowInfoTip(String, String)

지정된 제목과 텍스트가 ActivityDesigner 있는 정보 팁을 표시합니다.

protected:
 void ShowInfoTip(System::String ^ title, System::String ^ infoTip);
protected void ShowInfoTip(string title, string infoTip);
member this.ShowInfoTip : string * string -> unit
Protected Sub ShowInfoTip (title As String, infoTip As String)

매개 변수

title
String

정보 팁의 제목을 포함하는 문자열입니다.

infoTip
String

표시할 정보 팁 텍스트가 들어 있는 문자열입니다.

적용 대상

ShowInfoTip(String)

지정된 정보 팁을 표시합니다.

protected:
 void ShowInfoTip(System::String ^ infoTip);
protected void ShowInfoTip(string infoTip);
member this.ShowInfoTip : string -> unit
Protected Sub ShowInfoTip (infoTip As String)

매개 변수

infoTip
String

InfoTip에 표시할 텍스트입니다.

설명

디자이너에 대한 확장 정보를 표시하는 데 사용할 수 있는 텍스트 사각형을 표시하는 데 사용합니다 ShowInfoTip .

적용 대상