다음을 통해 공유


MsmqIntegrationBindingElement.GetProperty<T>(BindingContext) 메서드

정의

지정된 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

바인딩 컨텍스트입니다.

반환

T

T 형식의 개체입니다.

예외

컨텍스트가 null인 경우

설명

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

적용 대상