Share via


VisiblePropertyAttribute Class

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public Class VisiblePropertyAttribute _
    Inherits Attribute
'Usage
Dim instance As VisiblePropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public class VisiblePropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class VisiblePropertyAttribute : public Attribute
public class VisiblePropertyAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.Common.VisiblePropertyAttribute
      Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VisiblePropertyAttribute Members

Microsoft.VisualStudio.TestTools.Common Namespace