Condividi tramite


GameSaveBlobInfo.Name Proprietà

Definizione

Nome del BLOB.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = gameSaveBlobInfo.name;
Public ReadOnly Property Name As String

Valore della proprietà

String

Platform::String

winrt::hstring

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

Commenti

I nomi BLOB vengono usati durante la scrittura di BLOB con SubmitUpdatesAsync o SubmitPropertySetUpdatesAsync, per richiedere BLOB quando si chiama GameSaveContainer.GetAsync e GameSaveContainer.ReadAsync, per richiedere informazioni blob quando si chiama GameSaveContainer.CreateBlobInfoQuery e per identificare i BLOB restituiti in GameSaveBlobGetResult.Value.

Si applica a

Vedi anche