IPropertyBag.RemoteRead-Methode
Dient zum Lesen von Druckereinstellungen zum Füllen eines IPropertyBag-Objekts in einem benutzerdefinierten Datenimporter.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
Sub RemoteRead ( _
<InAttribute> pszPropName As String, _
<OutAttribute> ByRef pVar As Object, _
<InAttribute> pErrorLog As IErrorLog, _
<InAttribute> varType As UInteger, _
<InAttribute> 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 (
[InAttribute] string pszPropName,
out Object pVar,
[InAttribute] IErrorLog pErrorLog,
[InAttribute] uint varType,
[InAttribute] Object pUnkObj
)
Parameter
- pszPropName
- pVar
- pErrorLog
Ein Zeiger auf ein IErrorLog-Objekt.
- varType
- pUnkObj
Hinweise
Ein benutzerdefinierter Datenimporter wird durch Implementierung der IInfoPathDataImporter-Schnittstelle erstellt. Weitere Informationen zum programmgesteuerten Import von Daten in ein InfoPath-Formular finden Sie unter InfoPath Developer Portal im Microsoft Office Developer Center.
Siehe auch
Referenz
IPropertyBag-Schnittstelle
IPropertyBag-Member
Microsoft.Office.Interop.InfoPath-Namespace