다음을 통해 공유


WorkflowInstance.GetExtension<T> 메서드

정의

지정한 형식의 확장을 반환합니다.

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

형식 매개 변수

T

찾을 확장의 형식입니다.

반환

T

지정한 형식의 확장입니다.

적용 대상