Sdílet prostřednictvím


ValueTypeIndexerReference<TOperand,TItem>.OperandLocation Vlastnost

Definice

Získá nebo nastaví instanci typu hodnoty, která obsahuje indexer.

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)

Hodnota vlastnosti

InOutArgument<TOperand>

Instance typu hodnoty, která obsahuje indexer.

Atributy

Platí pro