IConverter.HrImport Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub HrImport ( _
bstrSourcePath As String, _
bstrDestPath As String, _
pcap As IConverterApplicationPreferences, _
<OutAttribute> ByRef ppcp As IConverterPreferences, _
pcuic As IConverterUICallback _
)
'Usage
Dim instance As IConverter
Dim bstrSourcePath As String
Dim bstrDestPath As String
Dim pcap As IConverterApplicationPreferences
Dim ppcp As IConverterPreferences
Dim pcuic As IConverterUICallback
instance.HrImport(bstrSourcePath, bstrDestPath, _
pcap, ppcp, pcuic)
void HrImport(
string bstrSourcePath,
string bstrDestPath,
IConverterApplicationPreferences pcap,
out IConverterPreferences ppcp,
IConverterUICallback pcuic
)
Parameters
- bstrSourcePath
Type: System.String
- bstrDestPath
Type: System.String
- ppcp
Type: Microsoft.Office.Core.IConverterPreferences
- pcuic
Type: Microsoft.Office.Core.IConverterUICallback