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
要尋找的擴充型別。
傳回
找到之指定型別的所有擴充。