SwitchCase.TestValues 屬性

定義

取得這個案例的值。 當 SwitchValue 符合任何這些值時,會選取這個案例開始執行。

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)

屬性值

這個 case 區塊的唯讀值集合。

適用於