CompletionIcon::AutomationName Property

 

Gets or sets the automation name.

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

public:
property String^ AutomationName {
	[CompilerGeneratedAttribute]
	virtual String^ get();
	[CompilerGeneratedAttribute]
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The automation name.

Return to top
Show: