DataErrorsChangedEventArgs.PropertyName 속성
정의
오류가 있는 속성의 이름을 가져옵니다.Gets the name of the property that has an error.
public:
virtual property System::String ^ PropertyName { System::String ^ get(); };
public virtual string PropertyName { get; }
member this.PropertyName : string
Public Overridable ReadOnly Property PropertyName As String
속성 값
오류가 있는 속성의 이름입니다.The name of the property that has an error. null
또는 오류가 개체 수준인 경우 Empty입니다.null
or Empty if the error is object-level.