ReplacesAttribute Constructor (String^)
Visual Studio 2015
Initializes a new instance of the ReplacesAttribute.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- replaces
-
Type:
System::String^
The name of the replaced asset.
| Exception | Condition |
|---|---|
| ArgumentNullException | replaces is null. |
| ArgumentException | Replaces is an empty string. |
Show: