Language

ImageQueryOptions.MatchScope Property

Definition

public:
 property QueryMatchScope MatchScope { QueryMatchScope get(); void set(QueryMatchScope value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
QueryMatchScope MatchScope();

void MatchScope(QueryMatchScope value);
[Windows.Foundation.Metadata.Experimental]
public QueryMatchScope MatchScope { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var queryMatchScope = imageQueryOptions.matchScope;
imageQueryOptions.matchScope = queryMatchScope;
Public Property MatchScope As QueryMatchScope

Property Value

Attributes

Applies to