共用方式為


ValueTypeIndexerReference<TOperand,TItem>.OperandLocation 屬性

定義

取得或設定包含該索引子之值型別的執行個體。

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

屬性值

InOutArgument<TOperand>

包含該索引子之值型別的執行個體。

屬性

適用於