Поделиться через


ContextBindingElement.GetProperty<T>(BindingContext) Метод

Определение

Возвращает типизированный объект с указанным контекстом из соответствующего уровня стека каналов.

public:
generic <typename T>
 where T : class override T GetProperty(System::ServiceModel::Channels::BindingContext ^ context);
public override T GetProperty<T> (System.ServiceModel.Channels.BindingContext context) where T : class;
override this.GetProperty : System.ServiceModel.Channels.BindingContext -> 'T (requires 'T : null)
Public Overrides Function GetProperty(Of T As Class) (context As BindingContext) As T

Параметры типа

T

Типизированный объект, запрашиваемый методом.

Параметры

context
BindingContext

Указанный BindingContext.

Возвращаемое значение

T

Запрашиваемый типизированный объект T, если он имеется.

Исключения

context имеет значение null.

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