Freigeben über


SemanticTextQuery.FindInProperty(String, String) Methode

Definition

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.

Gilt für:

Weitere Informationen