ContentTypeAttribute Constructor (String^)
Initializes a new instance of ContentTypeAttribute.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Parameters
- name
-
Type:
System::String^
The content type name. Content type names are case-insensitive.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is null or an empty string. |
Show: