IItemTextRepresentationProvider Interface
Provides the text representation of an item, which can be used for relevant properties of a test object description.

C# Syntax

public interface IItemTextRepresentationProvider 
Public Properties
 NameDescription
PropertyTextRepresentationThe text representation of the item.  
Top