SemanticTextQuery クラス

定義

高度なクエリ構文 (AQS) 文字列を使用して、クエリで使用する言語タグを指定するオプションを使用して、アプリでテキスト クエリを実行できるようにします。

public ref class SemanticTextQuery sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Data.Text.ISemanticTextQueryFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SemanticTextQuery final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Data.Text.ISemanticTextQueryFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class SemanticTextQuery final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Data.Text.ISemanticTextQueryFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SemanticTextQuery
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Data.Text.ISemanticTextQueryFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class SemanticTextQuery
function SemanticTextQuery(aqsFilter, filterLanguage)
Public NotInheritable Class SemanticTextQuery
継承
Object Platform::Object IInspectable SemanticTextQuery
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

コンストラクター

SemanticTextQuery(String)

高度なクエリ構文 (AQS) クエリ文字列から SemanticTextQuery を作成します。

SemanticTextQuery(String, String)

高度なクエリ構文 (AQS) クエリ文字列と言語タグから SemanticTextQuery を作成します。

メソッド

Find(String)

SemanticTextQuery オブジェクトのクエリに一致するソース文字列のセグメントを返します。

FindInProperty(String, String)

プロパティに対する SemanticTextQuery オブジェクトのクエリに一致するソース文字列のセグメントを返します。

適用対象

こちらもご覧ください