SwitchCase.TestValues Özellik

Tanım

Bu olayın değerlerini alır. Bu durum, bu değerlerden herhangi biri ile eşleştiğinde SwitchValue yürütme için seçilir.

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)

Özellik Değeri

Bu büyük/küçük harf bloğu için değerlerin salt okunur koleksiyonu.

Şunlara uygulanır