IShellItemFilter class com

Exposed by a client to specify how to filter the enumeration of a Shell item by a server application.

To learn more, see learn.microsoft.com/windows/win32/api/shobjidl_core/nn-shobjidl_core-ishellitemfilter.

Inheritance
Implemented types

Constructors

IShellItemFilter(VTablePointer ptr)
Creates a new instance of IShellItemFilter from a VTablePointer.
IShellItemFilter.from(IUnknown interface)
Creates a new instance of IShellItemFilter from an existing interface.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr VTablePointer
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRef() int
Increments the reference count of this COM object.
inherited
getEnumFlagsForItem(IShellItem? psi) int
Allows a client to specify which classes of objects in a Shell item should be enumerated for inclusion in the view.
includeItem(IShellItem? psi) → void
Sets a given Shell item status to inclusion in the view.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface<T extends IUnknown>() → T
Queries this COM object for a specific interface defined by the type parameter T.
inherited
release() int
Decrements the reference count of this COM object.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited