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


StorageProviderSearchResult.MatchKind Property

Definition

Gets or sets the kind of match for the search result. This indicates why the entry is included, e.g. a Lexical or Semantic match.

public:
 property StorageProviderSearchMatchKind MatchKind { StorageProviderSearchMatchKind get(); void set(StorageProviderSearchMatchKind value); };
StorageProviderSearchMatchKind MatchKind();

void MatchKind(StorageProviderSearchMatchKind value);
public StorageProviderSearchMatchKind MatchKind { get; set; }
var storageProviderSearchMatchKind = storageProviderSearchResult.matchKind;
storageProviderSearchResult.matchKind = storageProviderSearchMatchKind;
Public Property MatchKind As StorageProviderSearchMatchKind

Property Value

The kind of match for the search result as a StorageProviderSearchMatchKind value.

Applies to