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

指定した型の拡張機能。

適用対象