Sdílet prostřednictvím


MessageFormatterProgressTracker.FindIProgressOfT(Type) Metoda

Definice

Převede zadaný Type na jeho IProgress<T> typ.

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

Parametry

objectType
Type

Typ, který může implementovat IProgress<T>.

Návraty

Z IProgress<T> daného Type objektu, nebo null pokud se v daném případě objectTypenenašlo žádné takové rozhraní .

Platí pro