ToolStripItem.ToolStripItemAccessibleObject.GetHelpTopic(String) 메서드

정의

도움말 항목 식별자와 이 액세스 가능 개체에 연결된 도움말 파일의 경로를 가져옵니다.

public:
 override int GetHelpTopic([Runtime::InteropServices::Out] System::String ^ % fileName);
public override int GetHelpTopic (out string fileName);
public override int GetHelpTopic (out string? fileName);
override this.GetHelpTopic : string -> int
Public Overrides Function GetHelpTopic (ByRef fileName As String) As Integer

매개 변수

fileName
String

이 메서드가 반환될 때 액세스할 수 있는 개체와 연결된 도움말 파일의 경로를 나타내는 문자열이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

Int32

도움말 항목에 대한 식별자이며, 도움말 항목이 없으면 -1입니다. 액세스할 수 있는 이 개체와 연결된 도움말 파일의 경로가 들어 있는 fileName 매개 변수를 반환하거나 null 인터페이스가 지정되지 않은 경우에는 IAccessible을 반환합니다.

적용 대상