UCOMITypeInfo.GetDocumentation(Int32, String, String, Int32, String) Metoda

Definicja

Pobiera ciąg dokumentacji, pełną nazwę i ścieżkę pliku Pomocy oraz identyfikator kontekstu tematu Pomocy dla określonego opisu typu.

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)

Parametry

index
Int32

Identyfikator członka, którego dokumentacja ma zostać zwrócona.

strName
String

Po pomyślnym powrocie nazwa metody item.

strDocString
String

Po pomyślnym powrocie ciąg dokumentacji dla określonego elementu.

dwHelpContext
Int32

Po pomyślnym powrocie odwołanie do kontekstu Pomocy skojarzonego z określonym elementem.

strHelpFile
String

Po pomyślnym powrocie w pełni kwalifikowana nazwa pliku Pomocy.

Uwagi

Aby uzyskać dodatkowe informacje na temat ITypeInfo::GetDocumentationprogramu , zobacz bibliotekę MSDN.

Dotyczy