AppUriHandlerRegistrationManager.User 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.
The user context registrations will occur for.
public:
property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = appUriHandlerRegistrationManager.user;
Public ReadOnly Property User As User
Property Value
The user context registrations will occur for.
Remarks
This field is only populated for apps which have set their "SupportedUsers" property to "multiple" and used AppUriHandlerRegistrationManager.GetForUser to create the AppUriHandlerRegistrationManager.