次の方法で共有


GameSaveContainerInfo.DisplayName プロパティ

定義

このゲームの保存に対してユーザーに表示される名前。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = gameSaveContainerInfo.displayName;
Public ReadOnly Property DisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

このゲームの保存の表示名。

注釈

表示名を設定するには、 SubmitUpdatesAsync または SubmitPropertySetUpdatesAsync を使用します。

適用対象

こちらもご覧ください