次の方法で共有


AppBroadcastTriggerProviderInfo.DisplayNameResource プロパティ

定義

ゲームプレイをブロードキャストしているプロバイダーの UI フレンドリ名のリソースの場所を取得および設定します。

public:
 property Platform::String ^ DisplayNameResource { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayNameResource();

void DisplayNameResource(winrt::hstring value);
public string DisplayNameResource { get; set; }
var string = appBroadcastTriggerProviderInfo.displayNameResource;
appBroadcastTriggerProviderInfo.displayNameResource = string;
Public Property DisplayNameResource As String

プロパティ値

String

Platform::String

winrt::hstring

表示名のリソースの場所。 たとえば、"ms-resource://resources/DisplayName"

注釈

重要

このプロパティを使用する必要があるのは、ファースト パーティのアプリケーションのみです。

適用対象