SPFieldCollection - Constructeur
Initialise une nouvelle instance de la classe SPFieldCollection basée sur le schéma et le site Web spécifié.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
web As SPWeb, _
strXml As String _
)
'Utilisation
Dim web As SPWeb
Dim strXml As String
Dim instance As New SPFieldCollection(web, strXml)
public SPFieldCollection(
SPWeb web,
string strXml
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebLe site Web parent.
strXml
Type : System.StringUne chaîne de Langage CAML (Collaborative Application Markup Language) qui contient le schéma.