Share via


PropertyWindowAttribute Class

Represents an attribute for a property that indicates whether the property will appear in the property window.

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class PropertyWindowAttribute _
    Inherits Attribute
'Usage
Dim instance As PropertyWindowAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class PropertyWindowAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class PropertyWindowAttribute sealed : public Attribute
public final class PropertyWindowAttribute extends Attribute

Remarks

For more information about how to use attributes, see Extending Metadata Using Attributes.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute

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

PropertyWindowAttribute Members

Microsoft.VisualStudio.TestTools.Common Namespace

Other Resources

Extending Metadata Using Attributes