Share via


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>

包含索引器的值类型的实例。

属性

适用于