IFastVisiblePropertyProvider Interface
Represents an interface for a streamlined object to work with properties and property values.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IFastVisiblePropertyProvider
public interface IFastVisiblePropertyProvider
public interface class IFastVisiblePropertyProvider
type IFastVisiblePropertyProvider = interface end
public interface IFastVisiblePropertyProvider
The IFastVisiblePropertyProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
FillDataRow | Fills the given data row by using all properties for this type. |
Top