Share via


ElementNameAttribute Class

Indicates the target domain property provides the element name property.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Modeling.ElementNameAttribute

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

ElementNameAttribute Members

Microsoft.VisualStudio.Modeling Namespace