IHelpService.RemoveContextAttribute(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除先前添加的上下文特性。
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
要移除的特性的值。