ElementNameAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ElementNameAttribute() |
Initializes an new instance of the ElementNameAttribute class. |
ElementNameAttribute(Type) |
Creates an instance of the ElementNameAttribute class. |
ElementNameAttribute()
Initializes an new instance of the ElementNameAttribute class.
public:
ElementNameAttribute();
public ElementNameAttribute ();
Public Sub New ()
Applies to
ElementNameAttribute(Type)
Creates an instance of the ElementNameAttribute class.
public:
ElementNameAttribute(Type ^ elementNameProvider);
public ElementNameAttribute (Type elementNameProvider);
new Microsoft.VisualStudio.Modeling.ElementNameAttribute : Type -> Microsoft.VisualStudio.Modeling.ElementNameAttribute
Public Sub New (elementNameProvider As Type)
Parameters
- elementNameProvider
- Type
Type of element name provider class.
Exceptions
elementNameProvider doesn't derive from ElementNameProvider class.
elementNameProvider is null.