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


StorageProviderSearchResult.MatchedPropertyName Property

Definition

Gets or sets an optional name identifying the most impactful property contributing to MatchScore for this result.

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

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

Property Value

String

Platform::String

winrt::hstring

The name of the property that was matched in the search query.

Remarks

This is a canonical property name from the Windows property schema, (i.e. System.DisplayName).

Applies to