Share via


ValueTypePropertyReference<TOperand,TResult>.OperandLocation プロパティ

定義

プロパティを格納する値の型のインスタンスを取得または設定します。

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)

プロパティ値

InOutArgument<TOperand>

プロパティを格納する値の型のインスタンス。

適用対象