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 COM (Component Object Model). IAccessible
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 destiné uniquement à une utilisation interne.
- varChild
- Object
Ce paramètre est destiné uniquement à une utilisation interne.
Valeur de propriété
Le paramètre SyncSchedule indique ???. Les valeurs valides pour ce paramètre sont les suivantes :
Remarques
Pour plus d’informations sur accHelpTopic[], consultez IAccessible ::get_accHelpTopic.