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

指定した型の拡張。

適用対象