:: 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 ::com::sun::star::ucb::XPropertyMatcher , given a set of search criteria.

Methods' Summary
createPropertyMatcher Creates an XPropertyMatcher.  
Methods' Details
createPropertyMatcher
::com::sun::star::ucb::XPropertyMatcher
createPropertyMatcher( [in] sequence< ::com::sun::star::ucb::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