HResult ApplyPropertiesToItem(
IShellItem psiItem
)
Function ApplyPropertiesToItem (
psiItem As IShellItem
) As HResult
Dim instance As IFileOperation
Dim psiItem As IShellItem
Dim returnValue As HResult
returnValue = instance.ApplyPropertiesToItem(psiItem)
HResult ApplyPropertiesToItem(
IShellItem^ psiItem
)
abstract ApplyPropertiesToItem :
psiItem : IShellItem -> HResult
No code example is currently available or this language may not be supported.