다음을 통해 공유


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)를 호출합니다.

적용 대상