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::GetPredefinedSearchProperties Method (Type^)

 

When overridden in a derived class, gets a string array containing the search properties that are predefined for the associated control.

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

public:
virtual array<String^>^ GetPredefinedSearchProperties(
	Type^ specializedClass
) abstract

Parameters

specializedClass
Type: System::Type^

 

Return Value

Type: array<System::String^>^

A string array containing the search properties that are predefined for the associated control.

Return to top
Show: