NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IHelpService.RemoveContextAttribute

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
);

Parameters

name
The name of the attribute to remove.
value
The value of the attribute to remove.

See Also

IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace