PerceptionInfraredFrameSourceAddedEventArgs.FrameSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已新增的基礎結構畫面來源。
public:
property PerceptionInfraredFrameSource ^ FrameSource { PerceptionInfraredFrameSource ^ get(); };
PerceptionInfraredFrameSource FrameSource();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSourceAddedEventArgs 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")]
PerceptionInfraredFrameSource FrameSource();
public PerceptionInfraredFrameSource FrameSource { get; }
public PerceptionInfraredFrameSource FrameSource { [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSourceAddedEventArgs 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 perceptionInfraredFrameSource = perceptionInfraredFrameSourceAddedEventArgs.frameSource;
Public ReadOnly Property FrameSource As PerceptionInfraredFrameSource
屬性值
已新增的基礎結構畫面來源。
- 屬性