SharedPackageContainerManager.GetContainer(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.
public:
virtual SharedPackageContainer ^ GetContainer(Platform::String ^ id) = GetContainer;
SharedPackageContainer GetContainer(winrt::hstring const& id);
public SharedPackageContainer GetContainer(string id);
function getContainer(id)
Public Function GetContainer (id As String) As SharedPackageContainer
Parameters
- id
-
String
Platform::String
winrt::hstring
A string containing the ID of the container to retrieve.
Returns
The retrieved SharedPackageContainer object.