StorageProviderSearchResult.MatchKind Property
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.
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.