SemanticTextQuery.FindInProperty(String, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt Segmente einer Quellzeichenfolge zurück, die der Abfrage des SemanticTextQuery-Objekts über Eigenschaften entsprechen.
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)
Parameter
- propertyContent
-
String
Platform::String
winrt::hstring
Eine abzufragende Quellzeichenfolge.
- propertyName
-
String
Platform::String
winrt::hstring
Der Name der Eigenschaft.
Gibt zurück
Eine Auflistung von TextSegment-Strukturen , die Treffer aus der Abfrage darstellen.