IPropertyDescriptionSearchInfo interface (propsys.h)

Exposes search-related information for a property. The information provided by this interface comes from the propertyDescription schema, searchInfo element for a given property. This information is used by the Windows Search Indexer. Most calling applications will not need to call this interface.

Inheritance

The IPropertyDescriptionSearchInfo interface inherits from the IUnknown interface. IPropertyDescriptionSearchInfo also has these types of members:

Methods

The IPropertyDescriptionSearchInfo interface has these methods.

 
IPropertyDescriptionSearchInfo::GetColumnIndexType

Determines the how the current property is indexed.
IPropertyDescriptionSearchInfo::GetMaxSize

Gets the maximum size value from the property schema's searchInfo element.
IPropertyDescriptionSearchInfo::GetProjectionString

Returns a pointer to a string containing the canonical name of the item.
IPropertyDescriptionSearchInfo::GetSearchInfoFlags

Gets the PROPDESC_SEARCHINFO_FLAGS associated with the property.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header propsys.h

See also

propertyDescription

searchInfo