IIntellisenseFilter.AutomationText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String used to represent the button for automation.
public:
property System::String ^ AutomationText { System::String ^ get(); };
public:
property Platform::String ^ AutomationText { Platform::String ^ get(); };
public string AutomationText { get; }
member this.AutomationText : string
Public ReadOnly Property AutomationText As String