ApplicationDataContainer.DeleteContainer(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.
Deletes the specified settings container, its subcontainers, and all application settings in the hierarchy.
public:
virtual void DeleteContainer(Platform::String ^ name) = DeleteContainer;
void DeleteContainer(winrt::hstring const& name);
public void DeleteContainer(string name);
function deleteContainer(name)
Public Sub DeleteContainer (name As String)
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the settings container.