次の方法で共有


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 イベントは、独立したチャネルが作成されるたびに呼び出されます。 各独立チャネルのデータは、可能な限り並列化する必要があります。

適用対象