CompletionIcon::AutomationId Property

 

Gets or sets the automation ID.

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

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

Property Value

Type: System::String^

The automation ID.

Return to top
Show: