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

指定类型的扩展。

适用于