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

추가할 변수입니다.

적용 대상