AppBroadcastState.PlugInState 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 state of the plugin associated with the app broadcast state.
public:
property AppBroadcastPlugInState PlugInState { AppBroadcastPlugInState get(); };
AppBroadcastPlugInState PlugInState();
public AppBroadcastPlugInState PlugInState { get; }
var appBroadcastPlugInState = appBroadcastState.plugInState;
Public ReadOnly Property PlugInState As AppBroadcastPlugInState
Property Value
The state of the plugin associated with the app broadcast state.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|