PlaybackSettings.MatchExactHierarchy Property

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Property MatchExactHierarchy As Boolean
public bool MatchExactHierarchy { get; set; }
public:
property bool MatchExactHierarchy {
    bool get ();
    void set (bool value);
}
member MatchExactHierarchy : bool with get, set
function get MatchExactHierarchy () : boolean 
function set MatchExactHierarchy (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace