ReplacesAttribute Constructor (String^)

 

Initializes a new instance of the ReplacesAttribute.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
ReplacesAttribute(
	String^ replaces
)

Parameters

replaces
Type: System::String^

The name of the replaced asset.

Exception Condition
ArgumentNullException

replaces is null.

ArgumentException

Replaces is an empty string.

Return to top
Show: