RecorderOptions.IgnoreKeys Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public ReadOnly Property IgnoreKeys As ICollection(Of KeyCombination)
    Get
'Usage
Dim instance As RecorderOptions
Dim value As ICollection(Of KeyCombination)

value = instance.IgnoreKeys
public ICollection<KeyCombination> IgnoreKeys { get; }
public:
property ICollection<KeyCombination^>^ IgnoreKeys {
    ICollection<KeyCombination^>^ get ();
}
function get IgnoreKeys () : ICollection<KeyCombination>
member IgnoreKeys : ICollection<KeyCombination>

Property Value

Type: System.Collections.Generic.ICollection<KeyCombination>

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace