BindingOperations.GetBindingExpressionBase 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 속성에 설정된 BindingExpressionBase 개체를 검색합니다.
public:
static System::Windows::Data::BindingExpressionBase ^ GetBindingExpressionBase(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static System.Windows.Data.BindingExpressionBase GetBindingExpressionBase (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member GetBindingExpressionBase : System.Windows.DependencyObject * System.Windows.DependencyProperty -> System.Windows.Data.BindingExpressionBase
Public Shared Function GetBindingExpressionBase (target As DependencyObject, dp As DependencyProperty) As BindingExpressionBase
매개 변수
- target
- DependencyObject
dp
가 있는 개체입니다.
BindingExpressionBase 개체를 검색할 바인딩 대상 속성입니다.
반환
지정된 속성에 설정된 BindingExpressionBase 개체입니다. 바인딩 개체가 설정되지 않은 경우 null
입니다.
예외
target
및 dp
매개 변수가 null인 경우
설명
클래스는 BindingExpressionBase , PriorityBindingExpression및 MultiBindingExpression 클래스에 BindingExpression대한 공통 기본 클래스입니다. 속성에 설정된 바인딩의 GetBindingExpression미리 형식을 알고 있는 경우 , GetPriorityBindingExpression및 GetMultiBindingExpression 메서드를 사용할 수 있습니다.