MessageFormatterProgressTracker.FindIProgressOfT(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 Type 轉換為其 IProgress<T> 型別。
public static Type FindIProgressOfT (Type objectType);
public static Type? FindIProgressOfT (Type objectType);
static member FindIProgressOfT : Type -> Type
Public Shared Function FindIProgressOfT (objectType As Type) As Type
參數
- objectType
- Type
可實 IProgress<T> 作 的型別。
傳回
IProgress<T>來自指定 Type 物件的 ,如果在指定的 objectType
中找不到這類介面, null
則為 。