AppRecordingStatus.CanRecord Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the current app can currently record the audio and video content of the app by calling StartRecordingToFileAsymc.
public:
property bool CanRecord { bool get(); };
bool CanRecord();
public bool CanRecord { get; }
var boolean = appRecordingStatus.canRecord;
Public ReadOnly Property CanRecord As Boolean
Property Value
Boolean
bool
True if the app can currently record; otherwise, false.
Remarks
If this value is false, check the Details to get detailed information on why the app can't currently record.