Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationDataContainer.DeleteContainer(String) Method

Definition

Namespace:
Windows.Storage

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.

Applies to

See also


Feedback

Was this page helpful?