IWorkspaceSettingsSourceWriter.Delete(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.
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