_CommandBarButton::DescriptionText Property
Visual Studio 2015
Always returns the empty string.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610874888)] property String^ DescriptionText { [DispIdAttribute(1610874888)] String^ get(); [DispIdAttribute(1610874888)] void set(String^ value); }
Implements
CommandBarControl::DescriptionTextAttempting to set this property with any other value will cause an exception to be thrown.
Show: