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.
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);
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
- varType
- UInt32
- pUnkObj
- Object