WorkflowInstance.GetExtension<T> Yöntem

Tanım

Belirtilen türde bir uzantı döndürür.

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ür Parametreleri

T

Bulunacak uzantının türü.

Döndürülenler

T

Belirtilen türdeki bir uzantı.

Şunlara uygulanır