Share via


PersistenceElementNameAttribute Class

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

Syntax

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

Inheritance Hierarchy

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

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

PersistenceElementNameAttribute Members

Microsoft.VisualStudio.TestTools.Common Namespace