Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an interface that can be implemented by test objects that have properties that are visible to the user.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IVisiblePropertyProvider
public interface IVisiblePropertyProvider
public interface class IVisiblePropertyProvider
type IVisiblePropertyProvider = interface end
public interface IVisiblePropertyProvider
The IVisiblePropertyProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
VisibleProperties | Gets a collection of property descriptors for properties that are visible to the user. |
Top