다음을 통해 공유


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>

인덱서가 포함된 값 형식의 인스턴스입니다.

특성

적용 대상