ContentTypeAttribute(String) Constructor
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.
Initializes a new instance of ContentTypeAttribute.
public:
ContentTypeAttribute(System::String ^ name);
public:
ContentTypeAttribute(Platform::String ^ name);
ContentTypeAttribute(std::wstring const & name);
public ContentTypeAttribute (string name);
new Microsoft.VisualStudio.Utilities.ContentTypeAttribute : string -> Microsoft.VisualStudio.Utilities.ContentTypeAttribute
Public Sub New (name As String)
Parameters
- name
- String
The content type name. Content type names are case-insensitive.
Exceptions
name
is null or an empty string.