ChoiceOption.Step 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個選項的步驟。 Step用來判斷這個選項應該分成的格線數目。 在 中 ChoiceOption ,它一律是 的 Choices 長度。 在 中 UniformNumericOption ,它一律為 [null]。 在 中 SearchSpace ,它是其選項中的所有組合 Step 。
public override int?[] Step { get; }
member this.Step : Nullable<int>[]
Public Overrides ReadOnly Property Step As Nullable(Of Integer)()