StructuredQuerySample
The StructuredQuerySample code sample demonstrates how to read lines from the console, parse them using the system schema, and display the resulting condition trees.
This topic contains the following sections.
Requirements
| Product | Minimum Product Version |
|---|---|
| Windows | Windows Vista |
| Windows SDK | 7.0 |
Downloading the Sample
This sample is available in the following locations.
| Location | Path URL |
|---|---|
| Code Gallery | StructuredQuerySample |
| Windows 7 SDK | Download Windows 7 SDK |
Note After you have downloaded and installed the Windows Software Development Kit (SDK), you will find the samples in the installed directory. For example, use of the default installation path for the Windows 7 software development kit (SDK) results in the samples being placed under
C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples.Building the Sample
To build the sample from the Command Prompt window:
- Open the Command Prompt window and navigate to the StructuredQuerySample project directory. For example, the full default installation path is
C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\WinUI\WindowsSearch\StructuredQuerySample. - Enter
msbuild StructuredQuerySample.sln.
To build the sample using Microsoft Visual Studio (preferred):
- Open Windows Explorer and navigate to the StructuredQuerySample project directory.
- Double-click the icon for the StructuredQuerySample.sln file to open the project in Visual Studio. Note The .sln file name extension is not shown under default folder settings. In that situation, it can be identified by its unique icon or by its type description, "Microsoft Visual Studio Solution".
- From the Build menu, select Build Solution.
Running the Sample
- Navigate to the directory that contains the new executable, using the Command Prompt window or Windows Explorer.
- At the command prompt, enter
StructuredQuerySample.exe, or from Windows Explorer, double-click the icon for StructuredQuerySample.exe.
Related topics
- Reference
- ICondition
- ICondition2
- IConditionFactory
- IConditionFactory2
- IConditionGenerator
- IQueryParser
- IQueryParserManager
- IQuerySolution
- Conceptual
- Search Code Samples
Show: