다음을 통해 공유


MsmqBindingElementBase.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

T 형식의 개체입니다.

예외

컨텍스트가 null인 경우

설명

요소에서 기능 및 보호 요구 사항을 검색하는 기능을 제공합니다.

적용 대상