共用方式為


IProgressEntry 介面

定義

計量/進度持有者專案。

public interface IProgressEntry
type IProgressEntry = interface
Public Interface IProgressEntry

方法

SetMetric(Int32, Double)

將索引 indexvalue 為 的計量。

SetProgress(Int32, Double)

將索引 index 的進度值設定為 value ,而進度的限制值會變成「未知」。

SetProgress(Int32, Double, Double)

將索引 index 的進度值設定為 value ,並將限制值設定為 lim 。 如果 lim 是 NAN,則會改為設定為 null。

適用於