DynamicKeyword.RemoveKeyword(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove a single entry from the dynamic keyword collection and clean up any associated data.
public:
static void RemoveKeyword(System::String ^ name);
public:
static void RemoveKeyword(Platform::String ^ name);
static void RemoveKeyword(std::wstring const & name);
public static void RemoveKeyword (string name);
static member RemoveKeyword : string -> unit
Public Shared Sub RemoveKeyword (name As String)
Parameters
- name
- String