Share via


IWorkspaceSettingsSourceWriter.Delete(String) Method

Definition

delete a particular setting (regardless of type - can be property, property collection or array )

public:
 void Delete(System::String ^ key);
public:
 void Delete(Platform::String ^ key);
void Delete(std::wstring const & key);
public void Delete (string key);
abstract member Delete : string -> unit
Public Sub Delete (key As String)

Parameters

key
String

the property name

Applies to