다음을 통해 공유


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>

필드가 포함된 값 형식의 인스턴스입니다.

적용 대상