IFileOperationSetProperties Method
Declares a set of properties and values to be set on an item or items.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
HResult SetProperties(
Object pproparray
)
Function SetProperties (
pproparray As Object
) As HResult
Dim instance As IFileOperation
Dim pproparray As Object
Dim returnValue As HResult
returnValue = instance.SetProperties(pproparray)
HResult SetProperties(
Object^ pproparray
)
abstract SetProperties :
pproparray : Object -> HResult
No code example is currently available or this language may not be supported.
- pproparray Object
-
Pointer to an IPropertyChangeArray,
which accesses a collection of IPropertyChange objects that specify the
properties to be set and their new values.
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.