PrivacyNoticeBindingElement.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

正在测试其支持性的接口。

注解

调用在绑定上下文的下一个绑定元素上的 GetProperty<T>(BindingContext)

适用于