Partage via


ValueTypePropertyReference<TOperand,TResult>.OperandLocation Propriété

Définition

Obtient ou définit l'instance du type de valeur qui contient la propriété.

public:
 property System::Activities::InOutArgument<TOperand> ^ OperandLocation { System::Activities::InOutArgument<TOperand> ^ get(); void set(System::Activities::InOutArgument<TOperand> ^ value); };
public System.Activities.InOutArgument<TOperand> OperandLocation { get; set; }
member this.OperandLocation : System.Activities.InOutArgument<'Operand> with get, set
Public Property OperandLocation As InOutArgument(Of TOperand)

Valeur de propriété

InOutArgument<TOperand>

Instance du type de valeur qui contient la propriété.

S’applique à