Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.automation 

IAutomationPropertyDescriptor  - AS3 Flex

Pacchettomx.automation
Interfacciapublic interface IAutomationPropertyDescriptor
Implementatori AutomationPropertyDescriptor

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The IAutomationPropertyDescriptor interface describes a property of a test object.

Altri esempi



Proprietà pubbliche
 ProprietàDefinito da
  asType : String
[sola lettura] ActionScript type of this property, as a String.
IAutomationPropertyDescriptor
  defaultValue : String
[sola lettura] Default value of this property.
IAutomationPropertyDescriptor
  forDescription : Boolean
[sola lettura] Contains true if this property is used for object identification.
IAutomationPropertyDescriptor
  forVerification : Boolean
[sola lettura] Contains true if this property is used for object state verification.
IAutomationPropertyDescriptor
  name : String
[sola lettura] Name of the property.
IAutomationPropertyDescriptor
Descrizione delle proprietà

asType

proprietà
asType:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

ActionScript type of this property, as a String.



Implementazione
    public function get asType():String

defaultValue

proprietà 
defaultValue:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Default value of this property.



Implementazione
    public function get defaultValue():String

forDescription

proprietà 
forDescription:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Contains true if this property is used for object identification.



Implementazione
    public function get forDescription():Boolean

forVerification

proprietà 
forVerification:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Contains true if this property is used for object state verification.



Implementazione
    public function get forVerification():Boolean

name

proprietà 
name:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Name of the property.



Implementazione
    public function get name():String




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.