CustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) 메서드

정의

지정된 속성 설명자가 설명하는 속성이 포함된 개체를 반환합니다.

public:
 virtual System::Object ^ GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd);
public virtual object GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);
public virtual object? GetPropertyOwner (System.ComponentModel.PropertyDescriptor? pd);
abstract member GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
override this.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
Public Overridable Function GetPropertyOwner (pd As PropertyDescriptor) As Object

매개 변수

pd
PropertyDescriptor

소유 개체를 검색할 속성 설명자입니다.

반환

형식 설명자가 지정하는 주어진 속성을 소유하는 Object입니다. 기본값은 null입니다.

구현

설명

부모 사용자 지정 형식 설명자가 생성자에 전달된 CustomTypeDescriptor 경우 메서드는 GetPropertyOwner 부모의 해당 메서드를 호출합니다.

적용 대상

추가 정보