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.
public:
void remove(System::String ^ scope, cli::array <System::Object ^> ^ key);
public void remove(string scope, object[] key);
member this.remove : string * obj[] -> unit
Public Sub remove (scope As String, key As Object())
Parameters