IAccessible.accName 属性

获取对象的名称。

命名空间:  Microsoft.VisualStudio.CommandBars
程序集:  Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)

语法

声明
Property accName ( _
    varChild As Object _
) As String
string this[
    Object varChild
] { get; set; }

参数

  • varChild
    类型:System.Object
    子级。默认值为 Missing。

属性值

类型:System.String
名称。

.NET Framework 安全性

请参见

参考

IAccessible 接口

Microsoft.VisualStudio.CommandBars 命名空间