SelectedEvents 属性(AlarmSummary 对象)
返回 EventItems 对象,此对象包含表示事件列表中当前选定的一个或多个事件的 EventItem 对象。
语法
object
.SelectedEvents
其中
object
- AlarmEventSummary 对象的名称。备注
要获取特定 EventItem 对象的列值,可调用 GetColumnValue 方法。
示例
Dim oEventItem as EventItemFor Each oEventItem In AlarmEventSummary1.SelectedEventsDebug.Print oEventItem.GetColumnValue("EventSource")Next
提供反馈