Share via


ElementNameAttribute.ElementNameProvider Property

Gets the element name provider type.

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

Syntax

'Declaration
Public ReadOnly Property ElementNameProvider As Type
'Usage
Dim instance As ElementNameAttribute 
Dim value As Type 

value = instance.ElementNameProvider
public Type ElementNameProvider { get; }
public:
property Type^ ElementNameProvider {
    Type^ get ();
}
public function get ElementNameProvider () : Type

Property Value

Type: System.Type
The type of class that provides the element name.

.NET Framework Security

See Also

Reference

ElementNameAttribute Class

ElementNameAttribute Members

Microsoft.VisualStudio.Modeling Namespace