Modifica

Condividi tramite


IPropertyBag.RemoteRead(String, Object, IErrorLog, UInt32, Object) Method

Definition

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
pErrorLog
IErrorLog

A pointer to an IErrorLog 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

Applies to