SharedPackageContainerManager.GetForUser(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.
Gets an instance of the SharedPackageContainerManager class for the specified user.
public:
static SharedPackageContainerManager ^ GetForUser(Platform::String ^ userSid);
static SharedPackageContainerManager GetForUser(winrt::hstring const& userSid);
public static SharedPackageContainerManager GetForUser(string userSid);
function getForUser(userSid)
Public Shared Function GetForUser (userSid As String) As SharedPackageContainerManager
Parameters
- userSid
-
String
Platform::String
winrt::hstring
The security identifier of the user for which the manager is created.
Returns
An instance of SharedPackageContainerManager.