DynamicKeyword.RemoveKeyword(String) Method

Definition

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

Applies to