SemanticTextQuery.FindInProperty(String, String) 方法

定义

返回与 SemanticTextQuery 对象对属性的查询匹配的源字符串段。

public:
 virtual IVectorView<TextSegment> ^ FindInProperty(Platform::String ^ propertyContent, Platform::String ^ propertyName) = FindInProperty;
IVectorView<TextSegment> FindInProperty(winrt::hstring const& propertyContent, winrt::hstring const& propertyName);
public IReadOnlyList<TextSegment> FindInProperty(string propertyContent, string propertyName);
function findInProperty(propertyContent, propertyName)
Public Function FindInProperty (propertyContent As String, propertyName As String) As IReadOnlyList(Of TextSegment)

参数

propertyContent
String

Platform::String

winrt::hstring

要查询的源字符串。

propertyName
String

Platform::String

winrt::hstring

属性的名称。

返回

表示查询命中数的 TextSegment 结构的集合。

适用于

另请参阅