CommandBarButtonClass::accName Property (Object^)
Visual Studio 2015
Gets the name of the object.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(-5003)] property String^ default[ Object^ varChild ] { [TypeLibFuncAttribute(64)] [DispIdAttribute(-5003)] virtual String^ get(Object^ varChild); [DispIdAttribute(-5003)] [TypeLibFuncAttribute(64)] virtual void set(Object^ varChild, String^ value); }
Parameters
- varChild
-
Type:
System::Object^
The child. The default value is P:System.Reflection.Missing.
Implements
_CommandBarButton::accName[Object^]
Show: