Completion::IconAutomationText Property

 

Gets or sets the text to be used as the automation name for the icon when it is displayed.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property String^ IconAutomationText {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The icon automation text.

Return to top
Show: