AppCaptureRecordOperation.IsFileTruncated 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 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
|