SemanticTextQuery.FindInProperty(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.