RecorderOptions.ShowCurrentlyRecording 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 Property ShowCurrentlyRecording As Boolean
    Get
    Set
'Usage
Dim instance As RecorderOptions
Dim value As Boolean

value = instance.ShowCurrentlyRecording

instance.ShowCurrentlyRecording = value
public bool ShowCurrentlyRecording { get; set; }
public:
property bool ShowCurrentlyRecording {
    bool get ();
    void set (bool value);
}
function get ShowCurrentlyRecording () : boolean
function set ShowCurrentlyRecording (value : boolean)
member ShowCurrentlyRecording : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace