Partager via


SemanticTextQuery.FindInProperty(String, String) Méthode

Définition

Retourne des segments d’une chaîne source qui correspondent à la requête de l’objet SemanticTextQuery sur les propriétés.

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)

Paramètres

propertyContent
String

Platform::String

winrt::hstring

Chaîne source à interroger.

propertyName
String

Platform::String

winrt::hstring

Nom de la propriété.

Retours

Collection de structures TextSegment qui représentent les accès de la requête.

S’applique à

Voir aussi