AppCaptureRecordOperation.IsFileTruncated Property

Definition

Gets a value indicating whether the file associated with the recording operation is truncated.

public:
 property IReference<bool> ^ IsFileTruncated { IReference<bool> ^ get(); };
IReference<bool> IsFileTruncated();
public System.Nullable<bool> IsFileTruncated { get; }
var iReference = appCaptureRecordOperation.isFileTruncated;
Public ReadOnly Property IsFileTruncated As Nullable(Of Boolean)

Property Value

True if the file is truncated; otherwise, false.

Windows requirements

App capabilities
appCaptureSettings

Applies to