PerceptionFrameSourcePropertiesChangedEventArgs.CollectionChange 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 type of change that occurred as a result of the property change request.
public:
property CollectionChange CollectionChange { CollectionChange get(); };
CollectionChange CollectionChange();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertiesChangedEventArgs may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
CollectionChange CollectionChange();
public CollectionChange CollectionChange { get; }
public CollectionChange CollectionChange { [Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertiesChangedEventArgs may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var collectionChange = perceptionFrameSourcePropertiesChangedEventArgs.collectionChange;
Public ReadOnly Property CollectionChange As CollectionChange
Property Value
The type of change that occurred as a result of the property change request.
- Attributes