RecorderOptions.GlobalHotkeys 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 GlobalHotkeys As ICollection(Of KeyCombination)
    Get
'Usage
Dim instance As RecorderOptions
Dim value As ICollection(Of KeyCombination)

value = instance.GlobalHotkeys
public ICollection<KeyCombination> GlobalHotkeys { get; }
public:
property ICollection<KeyCombination^>^ GlobalHotkeys {
    ICollection<KeyCombination^>^ get ();
}
function get GlobalHotkeys () : ICollection<KeyCombination>
member GlobalHotkeys : 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