OutArgument.CreateReference 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.
Cria um novo OutArgument que faz referência ao argumento-alvo especificado usando o nome do argumento referenciado especificado.
Sobrecargas
| Name | Description |
|---|---|
| CreateReference(InOutArgument, String) |
Cria um novo OutArgument que faz referência ao alvo InOutArgument especificado usando o nome do argumento referenciado especificado. |
| CreateReference(OutArgument, String) |
Cria um novo OutArgument que faz referência ao alvo OutArgument especificado usando o nome do argumento referenciado especificado. |
CreateReference(InOutArgument, String)
Cria um novo OutArgument que faz referência ao alvo InOutArgument especificado usando o nome do argumento referenciado especificado.
public:
static System::Activities::OutArgument ^ CreateReference(System::Activities::InOutArgument ^ argumentToReference, System::String ^ referencedArgumentName);
public static System.Activities.OutArgument CreateReference(System.Activities.InOutArgument argumentToReference, string referencedArgumentName);
static member CreateReference : System.Activities.InOutArgument * string -> System.Activities.OutArgument
Public Shared Function CreateReference (argumentToReference As InOutArgument, referencedArgumentName As String) As OutArgument
Parâmetros
- argumentToReference
- InOutArgument
O argumento alvo in/out a referir.
- referencedArgumentName
- String
O nome do argumento referido.
Devoluções
Um novo out argumento que faz referência ao alvo InOutArgumentespecificado .
Aplica-se a
CreateReference(OutArgument, String)
Cria um novo OutArgument que faz referência ao alvo OutArgument especificado usando o nome do argumento referenciado especificado.
public:
static System::Activities::OutArgument ^ CreateReference(System::Activities::OutArgument ^ argumentToReference, System::String ^ referencedArgumentName);
public static System.Activities.OutArgument CreateReference(System.Activities.OutArgument argumentToReference, string referencedArgumentName);
static member CreateReference : System.Activities.OutArgument * string -> System.Activities.OutArgument
Public Shared Function CreateReference (argumentToReference As OutArgument, referencedArgumentName As String) As OutArgument
Parâmetros
- argumentToReference
- OutArgument
O argumento alvo out a referir.
- referencedArgumentName
- String
O nome do argumento referido.
Devoluções
Um novo out argumento que faz referência ao alvo OutArgumentespecificado .