预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

EventProperties类

An EventProperties object is passed to BroadcastFunctions to facilitate parameter passing.

EventProperties Attributes

Attribute

Remarks

See also

Count

Long
Notes: Read only
The number of parameters being passed to this broadcast event.

ObjectType

ObjectType
Notes: Read only
Distinguishes objects referenced through a Dispatch interface.
ObjectType

EventProperties Methods

Method

Remarks

See also

Get(object Index)

EventProperty类
Notes: Read only
Returns an EventProperty in the list, raising an error if Index is out of range.
Parameters:

  • Index: Variant - can either be a number representing a zero-based index into the array, or a string representing the name of the EventProperty: for example, Props.Get(3) or Props.Get("ObjectID")