IPropertyBag.RemoteRead Method

Used to read printer settings for populating an IPropertyBag object in a custom data importer.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Sub RemoteRead ( _
    pszPropName As String, _
    <OutAttribute> ByRef pVar As Object, _
    pErrorLog As IErrorLog, _
    varType As UInteger, _
    pUnkObj As Object _
)
'Usage
Dim instance As IPropertyBag
Dim pszPropName As String
Dim pVar As Object
Dim pErrorLog As IErrorLog
Dim varType As UInteger
Dim pUnkObj As Object

instance.RemoteRead(pszPropName, pVar, _
    pErrorLog, varType, pUnkObj)
void RemoteRead(
    string pszPropName,
    out Object pVar,
    IErrorLog pErrorLog,
    uint varType,
    Object pUnkObj
)

Parameters

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 on the Microsoft Office Developer Center.

See Also

Reference

IPropertyBag Interface

IPropertyBag Members

Microsoft.Office.Interop.InfoPath Namespace