ApplicationDataContainer.Containers Property
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.
Gets the child settings containers of the current settings container.
public:
property IMap<Platform::String ^, ApplicationDataContainer ^> ^ Containers { IMap<Platform::String ^, ApplicationDataContainer ^> ^ get(); };
IMap<winrt::hstring, ApplicationDataContainer const&> Containers();
public IDictionary<string,ApplicationDataContainer> Containers { get; }
var iMap = applicationDataContainer.containers;
Public ReadOnly Property Containers As IDictionary(Of String, ApplicationDataContainer)
Property Value
The child settings containers of the current settings container.