SharePointListAdapterRW interface

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSharePointListAdapterRWObject

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

Syntax

'Declaration
<GuidAttribute("096CD635-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface SharePointListAdapterRW
'Usage
Dim instance As SharePointListAdapterRW
[GuidAttribute("096CD635-0786-11D1-95FA-0080C78EE3BB")]
public interface SharePointListAdapterRW

Remarks

Note

Code written with the members implemented by the SharePointListAdapterRWObject class is not compatible with a data connection to a SharePoint list or document library created in InfoPath 2003 or InfoPath 2007, with a data connection in a new form template created in InfoPath with one of the InfoPath 2007 Form Templates, or with a data connection converted with the Convert to InfoPath 2003/2007 button in the Data Connections dialog box. If you do not need to maintain compatibility with an earlier version of InfoPath and want to write code with members implemented by the SharePointListAdapterRWObject class, you can convert the data connection with the Upgrade to InfoPath 2010 button in the Data Connections dialog box.

See also

Reference

SharePointListAdapterRW members

Microsoft.Office.Interop.InfoPath namespace