IPropertyBag.RemoteRead(String, Object, IErrorLog, UInt32, Object) 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.
Used to read printer settings for populating an IPropertyBag object in a custom data importer.
public:
void RemoteRead(System::String ^ pszPropName, [Runtime::InteropServices::Out] System::Object ^ % pVar, Microsoft::Office::Interop::InfoPath::IErrorLog ^ pErrorLog, System::UInt32 varType, System::Object ^ pUnkObj);
public void RemoteRead (string pszPropName, out object pVar, Microsoft.Office.Interop.InfoPath.IErrorLog pErrorLog, uint varType, object pUnkObj);
abstract member RemoteRead : string * * Microsoft.Office.Interop.InfoPath.IErrorLog * uint32 * obj -> unit
Public Sub RemoteRead (pszPropName As String, ByRef pVar As Object, pErrorLog As IErrorLog, varType As UInteger, pUnkObj As Object)
Parameters
- pszPropName
- String
- pVar
- Object
- varType
- UInt32
- pUnkObj
- Object
Remarks
A custom data importer is created by implementing the IInfoPathDataImporter interface. For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer Portal