UCOMITypeLib.GetDocumentation(Int32, String, String, Int32, String) Méthode

Définition

Récupère la chaîne de documentation de la bibliothèque, le nom et le chemin complets du fichier d’aide, et l’ID de contexte de la rubrique d’aide de la bibliothèque dans le fichier d’aide.

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)

Paramètres

index
Int32

Index de la description de type dont la documentation doit être retournée.

strName
String

Retourne une chaîne qui contient le nom de l’élément spécifié.

strDocString
String

Retourne une chaîne qui contient la chaîne de documentation pour l’élément spécifié.

dwHelpContext
Int32

Retourne l’ID de contexte d’aide associé à l’élément spécifié.

strHelpFile
String

Retourne une chaîne qui contient le nom complet du fichier d’aide.

Remarques

Pour plus d’informations sur ITypeLib::GetDocumentation, consultez MSDN Library.

S’applique à