NativeActivityMetadata.AddImplementationVariable(Variable) 方法

定義

將所指定變數新增至中繼資料的實作變數集合。

public:
 void AddImplementationVariable(System::Activities::Variable ^ implementationVariable);
public void AddImplementationVariable (System.Activities.Variable implementationVariable);
member this.AddImplementationVariable : System.Activities.Variable -> unit
Public Sub AddImplementationVariable (implementationVariable As Variable)

參數

implementationVariable
Variable

要加入的變數。

適用於