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

'宣言
Public ReadOnly Property ElementNameProvider As Type
'使用
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.

Permissions

See Also

Reference

ElementNameAttribute Class

ElementNameAttribute Members

Microsoft.VisualStudio.Modeling Namespace