:: com :: sun :: star :: ucb ::

interface XPropertyMatcherFactory
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XPropertyMatcherFactory
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Creates an XPropertyMatcher , given a set of search criteria.

Methods' Summary
createPropertyMatcher Creates an XPropertyMatcher.  
Methods' Details
createPropertyMatcher
XPropertyMatcher
createPropertyMatcher( [in] sequence< SearchCriterium >  Criteria );

Description
Creates an XPropertyMatcher.
Parameter Criteria
The set of search criteria the returned XPropertyMatcher will use.
Returns
An XPropertyMatcher with the given search criteria.
Top of Page