WorkflowInstance.GetExtensions<T> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回针对指定类型找到的所有扩展。
protected public:
generic <typename T>
where T : class System::Collections::Generic::IEnumerable<T> ^ GetExtensions();
protected internal System.Collections.Generic.IEnumerable<T> GetExtensions<T> () where T : class;
member this.GetExtensions : unit -> seq<'T (requires 'T : null)> (requires 'T : null)
Protected Friend Function GetExtensions(Of T As Class) () As IEnumerable(Of T)
类型参数
- T
要查找的扩展的类型。
返回
针对指定类型找到的所有扩展。