UCOMITypeLib.GetDocumentation(Int32, String, String, Int32, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
라이브러리의 설명서 문자열, 전체 도움말 파일 이름과 경로, 도움말 파일의 라이브러리 도움말 항목에 대한 컨텍스트 식별자를 검색합니다.
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를 참조 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET