UCOMITypeInfo.GetDocumentation(Int32, String, String, Int32, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère la chaîne de documentation, le nom et le chemin d'accès complets du fichier d'aide et l'ID de contexte de la rubrique d'aide se rapportant à une description de type spécifiée.
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
ID du membre dont la documentation doit être retournée.
- strName
- String
Lors d'un retour, nom de la méthode de l'élément.
- strDocString
- String
Lors d'un retour, chaîne de documentation de l'élément spécifié.
- dwHelpContext
- Int32
Lors d'un retour, référence au contexte d'aide associé à l'élément spécifié.
- strHelpFile
- String
Lors d'un retour, nom qualifié complet du fichier d'aide.
Remarques
Pour plus d’informations sur ITypeInfo::GetDocumentation
, consultez MSDN Library.