This document is archived and information here might be outdated. Recommended version. |
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.
[Visual Basic .NET] Public Property QueryFilter As IQueryFilter
[C#] public IQueryFilter QueryFilter {get; set;}
[C++]
HRESULT get_QueryFilter(
IQueryFilter* ppQueryFilter
);
[C++]
HRESULT putref_QueryFilter(
IQueryFilter** ppQueryFilter
);
[C++] Parameters ppQueryFilter [in]
ppQueryFilter is a parameter of type IQueryFilter* ppQueryFilter [out, retval]
ppQueryFilter is a parameter of type IQueryFilter**