SemanticTextQuery.FindInProperty(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与 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 结构的集合。