다음을 통해 공유


HandleInitializationContext.GetExtension<T> 메서드

정의

클래스의 확장을 검색합니다.

public:
generic <typename T>
 where T : class T GetExtension();
public T GetExtension<T> () where T : class;
member this.GetExtension : unit -> 'T (requires 'T : null)
Public Function GetExtension(Of T As Class) () As T

형식 매개 변수

T

클래스입니다.

반환

T

클래스의 확장입니다.

적용 대상