共用方式為


PerceptionMonitor.Channels 屬性

定義

取得與目前監視器相關聯的資料通道。

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 事件。 每個獨立通道的資料應該盡可能平行處理。

適用於