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 구조체의 컬렉션입니다.