Share via


UserVisiblePropertyAttribute 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 NotInheritable Class UserVisiblePropertyAttribute _
    Inherits VisiblePropertyAttribute
'Usage
Dim instance As UserVisiblePropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class UserVisiblePropertyAttribute : VisiblePropertyAttribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class UserVisiblePropertyAttribute sealed : public VisiblePropertyAttribute
public final class UserVisiblePropertyAttribute extends VisiblePropertyAttribute

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

UserVisiblePropertyAttribute Members

Microsoft.VisualStudio.TestTools.Common Namespace