VisiblePropertyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an attribute that is applied to a property of a test element that marks a property as a grouping property in the property window of the Visual Studio Test Professional user interface.
public ref class VisiblePropertyAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class VisiblePropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type VisiblePropertyAttribute = class
inherit Attribute
Public Class VisiblePropertyAttribute
Inherits Attribute
- Inheritance
-
VisiblePropertyAttribute
- Derived
- Attributes
Constructors
VisiblePropertyAttribute() |
Initializes a new instance of the VisiblePropertyAttribute class. |