PropertyWindowAttribute Class

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

Syntax

'宣言
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class PropertyWindowAttribute _
    Inherits Attribute
'使用
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

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