適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.guides.control 

IGuideVariables  - AS3 ADEP Guides

套件com.adobe.guides.control
介面public interface IGuideVariables

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

The IGuideVariables interface provides access to properties and methods to set/get a guide's Model and/or Inputs values directly.



公用屬性
 屬性定義自
  variablesSource : Object
Returns the variablesSource provided by the guide as an object map.
IGuideVariables
公用方法
 方法定義自
  
Returns the value of the variable in the guide.
IGuideVariables
  
getVariables(type:String = "map"):Object
Returns the variablesSource provided by the guide by default as an object map.
IGuideVariables
  
Sets the guide variable.
IGuideVariables
屬性詳細資訊

variablesSource

屬性
variablesSource:Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

Returns the variablesSource provided by the guide as an object map. This is not a bindable property. Setting parses and updates Guide variables for any matching variables provided in the source of name value pairs. source can be provided as an "Object map", or TBD...



實作
    public function get variablesSource():Object
    public function set variablesSource(value:Object):void
方法詳細資訊

getVariable

()方法
public function getVariable(name:String):Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

Returns the value of the variable in the guide.

參數

name:String — the name of the variable to retrieve

傳回值
Object — Object the value of the variable

getVariables

()方法 
public function getVariables(type:String = "map"):Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

Returns the variablesSource provided by the guide by default as an object map.

參數

type:String (default = "map") — the format to retreive the variables in, currently only "map" is supported.

傳回值
Object — Object

setVariable

()方法 
public function setVariable(name:String, value:Object):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

Sets the guide variable.

參數

name:String — the name of the variable to set
 
value:Object — the value of the variable to set





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。