Share via


BRItem.PostfixArguments Propiedad

Definición

Obtiene o establece una matriz de argumentos postfijos (en el lado derecho).

public:
 property System::Collections::ObjectModel::Collection<System::Object ^> ^ PostfixArguments { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(); void set(System::Collections::ObjectModel::Collection<System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<object> PostfixArguments { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.PostfixArguments : System.Collections.ObjectModel.Collection<obj> with get, set
Public Property PostfixArguments As Collection(Of Object)

Valor de propiedad

Colección de objetos que representan los argumentos.

Atributos

Se aplica a