次の方法で共有


MdmSession.Alerts プロパティ

定義

現在のセッションのすべての MdmAlerts のベクター リスト。

public:
 property IVectorView<MdmAlert ^> ^ Alerts { IVectorView<MdmAlert ^> ^ get(); };
IVectorView<MdmAlert> Alerts();
public IReadOnlyList<MdmAlert> Alerts { get; }
var iVectorView = mdmSession.alerts;
Public ReadOnly Property Alerts As IReadOnlyList(Of MdmAlert)

プロパティ値

MdmAlerts のベクター リスト。

適用対象