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

정의

라이브러리의 설명서 문자열, 전체 도움말 파일 이름과 경로, 도움말 파일의 라이브러리 도움말 항목에 대한 컨텍스트 식별자를 검색합니다.

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

설명서를 반환할 형식 설명의 인덱스입니다.

strName
String

지정된 항목의 이름이 들어 있는 문자열을 반환합니다.

strDocString
String

지정된 항목에 대한 설명서 문자열이 들어 있는 문자열을 반환합니다.

dwHelpContext
Int32

지정된 항목과 연관된 도움말 컨텍스트 식별자를 반환합니다.

strHelpFile
String

도움말 파일의 정규화된 이름이 들어 있는 문자열을 반환합니다.

설명

에 대 한 자세한 내용은 ITypeLib::GetDocumentation, MSDN Library를 참조 합니다.

적용 대상