CommandBarComboBoxClass.accName Property

Gets the name of the object.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
Public Overridable Property accName ( _
    varChild As Object _
) As String
public virtual string this[
    Object varChild
] { get; set; }
public:
virtual property String^ accName[[InAttribute] Object^ varChild] {
    String^ get ([InAttribute] Object^ varChild);
    void set ([InAttribute] Object^ varChild, String^ value);
}
abstract accName : 
        varChild:Object -> string with get, set 
override accName : 
        varChild:Object -> string with get, set
JScript does not support indexed properties.

Parameters

  • varChild
    Type: System.Object

    The child. The default value is Missing.

Property Value

Type: System.String
The name.

Implements

_CommandBarComboBox.accName

.NET Framework Security

See Also

Reference

CommandBarComboBoxClass Class

Microsoft.VisualStudio.CommandBars Namespace