IAccessible.accHelpTopic[String, Object] Propriété

Définition

L'interface IAccessible et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccessible du modèle COM (Component Object Model).

public:
 property int accHelpTopic[System::String ^ %, System::Object ^] { int get([Runtime::InteropServices::Out] System::String ^ % pszHelpFile, System::Object ^ varChild); };
public int accHelpTopic[out string pszHelpFile, object varChild] { get; }
member this.accHelpTopic(string * obj) : int
Public ReadOnly Property accHelpTopic(ByRef pszHelpFile As String, Optional varChild As Object) As Integer

Paramètres

pszHelpFile
String

Ce paramètre est exclusivement destiné à un usage interne.

varChild
Object

Ce paramètre est exclusivement destiné à un usage interne.

Valeur de propriété

Entier.

Remarques

Pour plus d’informations sur accHelpTopic[], consultez IAccessible ::get_accHelpTopic.

S’applique à