Partager via


Méthode IQueryParser ::P arsePropertyValue (structuredquery.h)

Analyse une condition pour une propriété spécifiée.

Syntaxe

HRESULT ParsePropertyValue(
  [in]          LPCWSTR        pszPropertyName,
  [in]          LPCWSTR        pszInputString,
  [out, retval] IQuerySolution **ppSolution
);

Paramètres

[in] pszPropertyName

Type : LPCWSTR

Nom de propriété.

[in] pszInputString

Type : LPCWSTR

Chaîne de requête à analyser, par rapport à cette propriété.

[out, retval] ppSolution

Type : IQuerySolution**

Reçoit un objet IQuerySolution . L’application appelante doit la libérer en appelant sa méthode IUnknown ::Release .

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

La chaîne d’entrée peut être tout ce qui aurait pu être écrit immédiatement après une propriété dans une requête structurée. Par exemple, « from :(bill OR alex) » étant une requête structurée valide, le passage de System.StructuredQuery.Virtual.From (pour lequel From est un mot clé) dans le paramètre pszPropertyName et « (bill OR alex) » ou « bill OR alex » dans le paramètre pszInputString serait valide. Cela entraînerait un OR de nœuds feuilles qui associent la propriété System.StructuredQuery.Virtual.From aux chaînes « bill » et « alex ».

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP avec SP2, Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 avec SP1 [applications de bureau uniquement]
Plateforme cible Windows
En-tête structuredquery.h
Composant redistribuable Windows Desktop Search (WDS) 3.0