IConverter.HrGetFormat 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 HrGetFormat(System::String ^ bstrPath, [Runtime::InteropServices::Out] System::String ^ % pbstrClass, Microsoft::Office::Core::IConverterApplicationPreferences ^ pcap, [Runtime::InteropServices::Out] Microsoft::Office::Core::IConverterPreferences ^ % ppcp, Microsoft::Office::Core::IConverterUICallback ^ pcuic);
public void HrGetFormat (string bstrPath, out string pbstrClass, Microsoft.Office.Core.IConverterApplicationPreferences pcap, out Microsoft.Office.Core.IConverterPreferences ppcp, Microsoft.Office.Core.IConverterUICallback pcuic);
abstract member HrGetFormat : string * string * Microsoft.Office.Core.IConverterApplicationPreferences * IConverterPreferences * Microsoft.Office.Core.IConverterUICallback -> unit
Public Sub HrGetFormat (bstrPath As String, ByRef pbstrClass As String, pcap As IConverterApplicationPreferences, ByRef ppcp As IConverterPreferences, pcuic As IConverterUICallback)
Parameters
- bstrPath
- String
- pbstrClass
- String
- pcuic
- IConverterUICallback