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.

ITestObject<T> Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides a base interface for objects that are stored on the Visual Studio Test Professional server.

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

generic<typename T>
public interface class ITestObject : IIdentifiable<T>, IPropertyOwner, 
	IDataErrorInfo, INotifyPropertyChanged

Type Parameters

T

The Type of the ID of the object.

NameDescription
System_CAPS_pubpropertyError

(Inherited from IDataErrorInfo.)

System_CAPS_pubpropertyId

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubpropertyInvalidProperties

Gets a list of property names that are invalid.(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyIsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyItem[String^]

(Inherited from IDataErrorInfo.)

System_CAPS_pubpropertyProject

Gets the test project.

System_CAPS_pubpropertyRevision

Gets the current revision number for this object.

System_CAPS_pubpropertyUserData

Gets or sets an arbitrary object or value that is not persisted, but allows test management objects to be dynamically extended.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: