InstrumentAdvice<T>.HistogramBucketBoundaries 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得建議用於直方圖儀器的明確貯體界限。
public:
property System::Collections::Generic::IReadOnlyList<T> ^ HistogramBucketBoundaries { System::Collections::Generic::IReadOnlyList<T> ^ get(); void set(System::Collections::Generic::IReadOnlyList<T> ^ value); };
public System.Collections.Generic.IReadOnlyList<T>? HistogramBucketBoundaries { get; init; }
member this.HistogramBucketBoundaries : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> with get, set
Public Property HistogramBucketBoundaries As IReadOnlyList(Of T)
屬性值
備註
筆記: