MessageFormatterProgressTracker.FindIProgressOfT(Type) 메서드

정의

지정된 TypeIProgress<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 개체 또는 null 지정된 objectType개체에서 이러한 인터페이스를 찾을 수 없는 경우

적용 대상