Поделиться через


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 , представляющих попадания из запроса.

Применяется к

См. также раздел