다음을 통해 공유


Variable.Create(String, Type, VariableModifiers) 메서드

정의

Variable 클래스의 새 인스턴스를 초기화하고 반환합니다.

public:
 static System::Activities::Variable ^ Create(System::String ^ name, Type ^ type, System::Activities::VariableModifiers modifiers);
public static System.Activities.Variable Create (string name, Type type, System.Activities.VariableModifiers modifiers);
static member Create : string * Type * System.Activities.VariableModifiers -> System.Activities.Variable
Public Shared Function Create (name As String, type As Type, modifiers As VariableModifiers) As Variable

매개 변수

name
String

Variable 이름입니다.

type
Type

Variable 형식입니다.

modifiers
VariableModifiers

Variable의 구성 옵션입니다.

반환

새 변수입니다.

적용 대상