PerceptionMonitor.Channels 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與目前監視器相關聯的資料通道。
public:
property IVectorView<PerceptionMonitorChannel ^> ^ Channels { IVectorView<PerceptionMonitorChannel ^> ^ get(); };
IVectorView<PerceptionMonitorChannel> Channels();
public IReadOnlyList<PerceptionMonitorChannel> Channels { get; }
var iVectorView = perceptionMonitor.channels;
Public ReadOnly Property Channels As IReadOnlyList(Of PerceptionMonitorChannel)
屬性值
資料通道。
備註
每當建立獨立通道時,就會叫用 ChannelCreated 事件。 每個獨立通道的資料應該盡可能平行處理。