PrivacyNoticeBindingElement.GetProperty<T>(BindingContext) Methode

Definitie

Query's uitvoeren op de bindingselementstack om te zien of deze een bepaalde interface ondersteunt.

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

Type parameters

T

De interface waarvan de ondersteuning wordt getest.

Parameters

context
BindingContext

De BindingContext voor het huidige bindingselement.

Retouren

T

De interface waarvan de ondersteuning wordt getest.

Opmerkingen

Roept GetProperty<T>(BindingContext) het volgende bindingselement aan in de bindingscontext.

Van toepassing op