PrivacyNoticeBindingElement.GetProperty<T>(BindingContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对绑定元素堆栈进行查询,了解它是否支持特定的接口。
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)。