IIntegratedHelpService.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
要移除的內容屬性值。