AppBroadcastPlugInManager.GetForUser(User) 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 the app broadcast plugin associated with the specified user.
public:
static AppBroadcastPlugInManager ^ GetForUser(User ^ user);
static AppBroadcastPlugInManager GetForUser(User const& user);
public static AppBroadcastPlugInManager GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As AppBroadcastPlugInManager
Parameters
- user
- User
The user for which the app broadcast plugin should be retrieved.
Returns
The app broadcast plugin associated with the specified user.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|