GameSaveContainer.CreateBlobInfoQuery(String) Method
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.
Creates a GameSaveBlobInfoQuery instance that retrieves the game save blobs within this container with names that begin with the specified prefix.
public:
virtual GameSaveBlobInfoQuery ^ CreateBlobInfoQuery(Platform::String ^ blobNamePrefix) = CreateBlobInfoQuery;
GameSaveBlobInfoQuery CreateBlobInfoQuery(winrt::hstring const& blobNamePrefix);
public GameSaveBlobInfoQuery CreateBlobInfoQuery(string blobNamePrefix);
function createBlobInfoQuery(blobNamePrefix)
Public Function CreateBlobInfoQuery (blobNamePrefix As String) As GameSaveBlobInfoQuery
Parameters
- blobNamePrefix
-
String
Platform::String
winrt::hstring
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
String name prefix of the blobs to retrieve.
Returns
Type: GameSaveBlobInfoQuery
GameSaveBlobInfoQuery instance that retrieves blobs within this container with names that begin with blobNamePrefix.
Remarks
If blobNamePrefix is null or empty the query matches all blobs in the container. Otherwise, it matches the blobs with names that begin with blobNamePrefix.