IAccessible.accName Property

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property accName ( _
    varChild As Object _
) As String
    Get
    Set
'Usage
Dim instance As IAccessible
Dim varChild As Object
Dim value As String

value = instance.accName(varChild)

instance.accName(varChild) = value
string this[
    Object varChild
] { get; set; }

Parameters

Property Value

Type: System.String

See Also

Reference

IAccessible Interface

IAccessible Members

Microsoft.Office.Core Namespace