IAccessible.accHelpTopic[String, Object] Propriété
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.
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.