IConverter.HrExport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void HrExport(System::String ^ bstrSourcePath, System::String ^ bstrDestPath, System::String ^ bstrClass, Microsoft::Office::Core::IConverterApplicationPreferences ^ pcap, [Runtime::InteropServices::Out] Microsoft::Office::Core::IConverterPreferences ^ % ppcp, Microsoft::Office::Core::IConverterUICallback ^ pcuic);
public void HrExport (string bstrSourcePath, string bstrDestPath, string bstrClass, Microsoft.Office.Core.IConverterApplicationPreferences pcap, out Microsoft.Office.Core.IConverterPreferences ppcp, Microsoft.Office.Core.IConverterUICallback pcuic);
abstract member HrExport : string * string * string * Microsoft.Office.Core.IConverterApplicationPreferences * IConverterPreferences * Microsoft.Office.Core.IConverterUICallback -> unit
Public Sub HrExport (bstrSourcePath As String, bstrDestPath As String, bstrClass As String, pcap As IConverterApplicationPreferences, ByRef ppcp As IConverterPreferences, pcuic As IConverterUICallback)
Parameters
- bstrSourcePath
- String
- bstrDestPath
- String
- bstrClass
- String
- pcuic
- IConverterUICallback