Sdílet prostřednictvím


PrivacyNoticeBindingElement.GetProperty<T>(BindingContext) Metoda

Definice

Dotazuje se zásobníku elementu vazby a zjistí, jestli podporuje konkrétní rozhraní.

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

Parametry typu

T

Rozhraní, jehož podpora se testuje.

Parametry

context
BindingContext

Pro BindingContext aktuální element vazby.

Návraty

T

Rozhraní, jehož podpora se testuje.

Poznámky

Volá GetProperty<T>(BindingContext) na další prvek vazby v kontextu vazby.

Platí pro