InOutArgument.CreateReference(InOutArgument, String) Método

Definição

Cria um novo InOutArgument que faz referência ao alvo InOutArgument especificado usando o nome do argumento referenciado especificado.

public:
 static System::Activities::InOutArgument ^ CreateReference(System::Activities::InOutArgument ^ argumentToReference, System::String ^ referencedArgumentName);
public static System.Activities.InOutArgument CreateReference(System.Activities.InOutArgument argumentToReference, string referencedArgumentName);
static member CreateReference : System.Activities.InOutArgument * string -> System.Activities.InOutArgument
Public Shared Function CreateReference (argumentToReference As InOutArgument, referencedArgumentName As String) As InOutArgument

Parâmetros

argumentToReference
InOutArgument

O argumento alvo in/out a referir.

referencedArgumentName
String

O nome do argumento referido.

Devoluções

Um novo in/out argumento que faz referência ao alvo InOutArgumentespecificado .

Aplica-se a