다음을 통해 공유


TransactionFlowBindingElement.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 개체가 있으면 해당 T 개체이고, 그렇지 않으면 null입니다.

예외

context이(가) null인 경우

설명

이 메서드를 사용하여 바인딩 요소 스택에서 기능, 요구 사항 및 매개 변수를 검색할 수 있습니다. 바인딩 요소가 요청된 개체의 반환을 지원하면 해당 개체를 반환합니다. 그렇지 않으면 스택의 다음 바인딩 요소에 호출을 위임합니다. 스택의 맨 아래에 도달할 때까지 요청된 개체를 지원하는 바인딩 요소가 없으면 이 메서드는 null을 반환합니다.

적용 대상