Lists.BeginCreateContentType, méthode (Microsoft.SharePoint.Portal.WebControls)
Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function BeginCreateContentType ( _
listName As String, _
displayName As String, _
parentType As String, _
Fields As XmlNode, _
contentTypeProperties As XmlNode, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Utilisation
Dim instance As Lists
Dim listName As String
Dim displayName As String
Dim parentType As String
Dim Fields As XmlNode
Dim contentTypeProperties As XmlNode
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginCreateContentType(listName, displayName, parentType, Fields, contentTypeProperties, callback, asyncState)
public IAsyncResult BeginCreateContentType (
string listName,
string displayName,
string parentType,
XmlNode Fields,
XmlNode contentTypeProperties,
AsyncCallback callback,
Object asyncState
)
Paramètres
- listName
- displayName
- parentType
- Fields
- contentTypeProperties
- callback
- asyncState
Voir aussi
Référence
Lists, classe
Membres Lists
Microsoft.SharePoint.Portal.WebControls, espace de noms