NameAttribute Constructor (String^)
Initializes a new instance of NameAttribute.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Parameters
- name
-
Type:
System::String^
The name of the editor extension part.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is null. |
| ArgumentException | name is an empty string. |
Show: