IAccessible.accHelpTopic Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property accHelpTopic ( _
<OutAttribute> ByRef pszHelpFile As String, _
varChild As Object _
) As Integer
Get
'Usage
Dim instance As IAccessible
Dim pszHelpFile As String
Dim varChild As Object
Dim value As Integer
value = instance.accHelpTopic(pszHelpFile, _
varChild)
int this[
out string pszHelpFile,
Object varChild
] { get; }
Parameters
- pszHelpFile
Type: System.String
- varChild
Type: System.Object
Property Value
Type: System.Int32