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