WorkflowInstance.GetExtension<T> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定类型的扩展。
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
指定类型的扩展。