OutArgument.CreateReference Método

Definição

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 .

Aplica-se a