BaseDefinitionAttribute(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 BaseDefinitionAttribute.
public:
BaseDefinitionAttribute(System::String ^ name);
public:
BaseDefinitionAttribute(Platform::String ^ name);
BaseDefinitionAttribute(std::wstring const & name);
public BaseDefinitionAttribute (string name);
new Microsoft.VisualStudio.Utilities.BaseDefinitionAttribute : string -> Microsoft.VisualStudio.Utilities.BaseDefinitionAttribute
Public Sub New (name As String)
Parameters
- name
- String
The base definition name. Definition names are case-insensitive.
Exceptions
name
is null or an empty string.