इसके माध्यम से साझा किया गया


AppBroadcastTrigger(String) Constructor

Definition

Constructs an AppBroadcastTrigger with the name of the provider that will be doing the gameplay broadcasting.

public:
 AppBroadcastTrigger(Platform::String ^ providerKey);
 AppBroadcastTrigger(winrt::hstring const& providerKey);
public AppBroadcastTrigger(string providerKey);
function AppBroadcastTrigger(providerKey)
Public Sub New (providerKey As String)

Parameters

providerKey
String

Platform::String

winrt::hstring

The name of the provider that is broadcasting gameplay.

Applies to