ControlType.NameComparer Property

Gets a comparer for comparing the names of two control types.

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

Syntax

'Declaration
Public Shared ReadOnly Property NameComparer As StringComparer
public static StringComparer NameComparer { get; }
public:
static property StringComparer^ NameComparer {
    StringComparer^ get ();
}
static member NameComparer : StringComparer with get
static function get NameComparer () : StringComparer

Property Value

Type: StringComparer
A comparer for comparing the names of two control types.

.NET Framework Security

See Also

Reference

ControlType Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

StringComparer