UITestPropertyProvider.GetPropertyNames(UITestControl) Method

Definition

public:
 abstract System::Collections::Generic::ICollection<System::String ^> ^ GetPropertyNames(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ uiTestControl);
public abstract System.Collections.Generic.ICollection<string> GetPropertyNames (Microsoft.VisualStudio.TestTools.UITesting.UITestControl uiTestControl);
abstract member GetPropertyNames : Microsoft.VisualStudio.TestTools.UITesting.UITestControl -> System.Collections.Generic.ICollection<string>
Public MustOverride Function GetPropertyNames (uiTestControl As UITestControl) As ICollection(Of String)

Parameters

uiTestControl
UITestControl

Returns

Applies to