Поделиться через


StorageProviderSearchResult.ResultId Property

Definition

Gets or sets the result ID of the search result.

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

void ResultId(winrt::hstring value);
public string ResultId { get; set; }
var string = storageProviderSearchResult.resultId;
storageProviderSearchResult.resultId = string;
Public Property ResultId As String

Property Value

String

Platform::String

winrt::hstring

The result ID of the search result.

Implements

Applies to