ITypeInfo2.GetDocumentation(Int32, String, String, Int32, String) 메서드

정의

설명서 문자열, 전체 도움말 파일 이름과 경로, 지정된 형식 설명에 대한 도움말 항목의 컨텍스트 ID를 검색합니다.

public:
 void GetDocumentation(int index, [Runtime::InteropServices::Out] System::String ^ % strName, [Runtime::InteropServices::Out] System::String ^ % strDocString, [Runtime::InteropServices::Out] int % dwHelpContext, [Runtime::InteropServices::Out] System::String ^ % strHelpFile);
public void GetDocumentation (int index, out string strName, out string strDocString, out int dwHelpContext, out string strHelpFile);
abstract member GetDocumentation : int * string * string * int * string -> unit
Public Sub GetDocumentation (index As Integer, ByRef strName As String, ByRef strDocString As String, ByRef dwHelpContext As Integer, ByRef strHelpFile As String)

매개 변수

index
Int32

설명서가 반환되는 멤버의 ID입니다.

strName
String

이 메서드는 반환될 때 항목 메서드의 이름을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

strDocString
String

이 메서드가 반환될 때 지정된 항목에 대한 설명서 문자열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

dwHelpContext
Int32

이 메서드는 반환될 때 지정한 항목과 연관된 도움말 컨텍스트에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

strHelpFile
String

이 메서드는 반환될 때 도움말 파일의 정규화된 이름을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

구현

설명

자세한 내용은 ITypeInfo::GetDocumentation 메서드를 참조하세요.

적용 대상