OutArgument<T>.FromVariable(Variable) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa e retorna um novo OutArgument<T> construído usando o especificado Variable.
public:
static System::Activities::OutArgument<T> ^ FromVariable(System::Activities::Variable ^ variable);
public static System.Activities.OutArgument<T> FromVariable(System.Activities.Variable variable);
static member FromVariable : System.Activities.Variable -> System.Activities.OutArgument<'T>
Public Shared Function FromVariable (variable As Variable) As OutArgument(Of T)
Parâmetros
- variable
- Variable
O valor do argumento.
Devoluções
O novo argumento.