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)

適用於