UCOMITypeInfo.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, MSDN Library를 참조 합니다.

적용 대상