powcshell.shellitemutil.recyclebiniteminfo module#
ごみ箱内のシェルアイテム情報を取得するユーティリティーを提供します。
- class powcshell.shellitemutil.recyclebiniteminfo.ShellRecycleBinItemInfo(item: ShellItem2)#
ベースクラス:
objectごみ箱内項目を表すShellItem2の特殊システムプロパティ情報を取得します。
- static create() ShellRecycleBinItemInfo#
- property date_deleted: datetime | None#
- property date_deleted_raw: PropVariant#
- property date_deleted_raw_nothrow: ComResult[PropVariant]#
- property deletedfrom: str | None#
- property deletedfrom_raw: PropVariant#
- property deletedfrom_raw_nothrow: ComResult[PropVariant]#
- property item: ShellItem2#
- class powcshell.shellitemutil.recyclebiniteminfo.ShellRecycleBinItemPropertyKey#
ベースクラス:
objectごみ箱内項目のシステムプロパティキー
- DATE_DELETED = PropertyKey({9B174B33-40FF-11D2-A27E-00C04FC30871} 3, "System.Recycle.DateDeleted")#
- DELETEDFROM = PropertyKey({9B174B33-40FF-11D2-A27E-00C04FC30871} 2, "System.Recycle.DeletedFrom")#