Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IPropertyOwner Interface

 

Provides a common interface for objects that support property binding.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class IPropertyOwner : IDataErrorInfo, INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyError

(Inherited from IDataErrorInfo.)

System_CAPS_pubpropertyInvalidProperties

Gets a list of property names that are invalid.

System_CAPS_pubpropertyIsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.

System_CAPS_pubpropertyItem[String^]

(Inherited from IDataErrorInfo.)

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: