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.

반품

새 변수입니다.

적용 대상