IIntegratedHelpService.RemoveContextAttribute(String, String) メソッド

定義

コンテキストの属性を削除します。

public:
 void RemoveContextAttribute(System::String ^ name, System::String ^ value);
public void RemoveContextAttribute (string name, string value);
abstract member RemoveContextAttribute : string * string -> unit
Public Sub RemoveContextAttribute (name As String, value As String)

パラメーター

name
String

削除するコンテキスト属性の名前。

value
String

削除するコンテキスト属性の値。

適用対象