共用方式為


ValueTypeFieldReference<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>

包含該欄位之值型別的執行個體。

適用於