SwitchCase.TestValues Proprietà

Definizione

Ottiene i valori di questo case. Questo case viene selezionato per l'esecuzione quando SwitchValue corrisponde a qualsiasi valore.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ TestValues { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression> TestValues { get; }
member this.TestValues : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression>
Public ReadOnly Property TestValues As ReadOnlyCollection(Of Expression)

Valore della proprietà

La raccolta di sola lettura dei valori per questo blocco case.

Si applica a