Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestPropertyProvider::GetPropertyNames Method (UITestControl^)

 

When overridden in a derived class, returns a collection of property names in the given control.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual ICollection<String^>^ GetPropertyNames(
	UITestControl^ uiTestControl
) abstract

Parameters

uiTestControl
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

A UITestControl control from which to get the property names.

Return Value

Type: System.Collections.Generic::ICollection<String^>^

A collection of property names in the given control.

Return to top
Show: