Removes a previously added context attribute.
[Visual Basic] Sub RemoveContextAttribute( _ ByVal name As String, _ ByVal value As String _ ) [C#] void RemoveContextAttribute( string name, string value ); [C++] void RemoveContextAttribute( String* name, String* value ) = 0; [JScript] function RemoveContextAttribute( name : String, value : String );
IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace