AddInAttribute Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the AddInAttribute class.
Assembly: System.AddIn (in System.AddIn.dll)
Parameters
- name
-
Type:
System::String^
The name of the add-in.
| Exception | Condition |
|---|---|
| ArgumentException | name is a zero-length string. |
| ArgumentNullException | name is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: