IHelpService::RemoveContextAttribute Method (String^, String^)

 

Removes a previously added context attribute.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

void RemoveContextAttribute(
	String^ name,
	String^ value
)

Parameters

name
Type: System::String^

The name of the attribute to remove.

value
Type: System::String^

The value of the attribute to remove.

.NET Framework
Available since 1.1
Return to top
Show: