AppCaptureRecordOperation.Duration 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 the duration of the recording operation.
public:
property IReference<TimeSpan> ^ Duration { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> Duration();
public System.Nullable<System.TimeSpan> Duration { get; }
var iReference = appCaptureRecordOperation.duration;
Public ReadOnly Property Duration As Nullable(Of TimeSpan)
Property Value
The duration of the recording operation.
Windows requirements
App capabilities |
appCaptureSettings
|