powcshell.shellitemenum module#

シェルアイテムの列挙。

主なクラスは EnumShellItems です。 ShellItemShellItem2 で使用されます。

class powcshell.shellitemenum.EnumShellItems(o: Any)#

ベースクラス: object

IEnumShellItemsインターフェイスのラッパーです。IShellItemを列挙します。

clone() EnumShellItems#
clone_nothrow() ComResult[EnumShellItems]#
property wrapped_obj: c_void_p#
class powcshell.shellitemenum.IEnumShellItems#

ベースクラス: IUnknown

Clone = <COM method offset 6: WinFunctionType>#
Next = <COM method offset 3: WinFunctionType>#
Reset = <COM method offset 5: WinFunctionType>#
Skip = <COM method offset 4: WinFunctionType>#