CoreShellFolderExecCommand Method |
Name | Description | |
---|---|---|
ExecCommand(IntPtr, Guid, Int32, Object, OLECMDEXECOPT, IBindCtx, Boolean) |
Executes the specified command.
Depends on the folder's IOleCommandTarget optional implementation.
The list of supported types for Input is limited to integral types (String, Int32, int64, Boolean, Single, Double, Guid, DateTime,Decimal) and IDictionary types.
Values for an IDictionary passed as Input can also contain arrays of aforementioned types.
| |
ExecCommand(IWithIdList, Guid, Int32, Object, OLECMDEXECOPT, IBindCtx, Boolean) |
Executes the specified command.
Depends on the folder's IOleCommandTarget optional implementation.
The list of supported types for Input is limited to integral types (String, Int32, int64, Boolean, Single, Double, Guid, DateTime,Decimal) and IDictionary types.
Values for an IDictionary passed as Input can also contain arrays of aforementioned types.
|