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

Расширение указанного типа.

Применяется к