包 | mx.automation |
接口 | public interface IAutomationPropertyDescriptor |
属性 | 定义方 | ||
---|---|---|---|
asType : String [只读 (read-only)] 此属性的 ActionScript 类型为 String。 | IAutomationPropertyDescriptor | ||
defaultValue : String [只读 (read-only)] 此属性的默认值。 | IAutomationPropertyDescriptor | ||
forDescription : Boolean [只读 (read-only)] 如果此属性用于对象标识,则包含 true。 | IAutomationPropertyDescriptor | ||
forVerification : Boolean [只读 (read-only)] 如果此属性用于对象状态验证,则包含 true。 | IAutomationPropertyDescriptor | ||
name : String [只读 (read-only)] 该属性的名称。 | IAutomationPropertyDescriptor |
asType | 属性 |
defaultValue | 属性 |
forDescription | 属性 |
forDescription:Boolean
[只读 (read-only)]
如果此属性用于对象标识,则包含 true
。
public function get forDescription():Boolean
forVerification | 属性 |
forVerification:Boolean
[只读 (read-only)]
如果此属性用于对象状态验证,则包含 true
。
public function get forVerification():Boolean
name | 属性 |