SelectedEvents 属性(AlarmSummary 对象)

返回 EventItems 对象,此对象包含表示事件列表中当前选定的一个或多个事件的 EventItem 对象。
语法
object
.
SelectedEvents
其中
object
- AlarmEventSummary 对象的名称。
备注
要获取特定 EventItem 对象的列值,可调用 GetColumnValue 方法。
示例
Dim oEventItem as EventItem
For Each oEventItem In AlarmEventSummary1.SelectedEvents
Debug.Print oEventItem.GetColumnValue("EventSource")
Next
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal