: Lists.BeginAddList (Método) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function BeginAddList ( _
listName As String, _
description As String, _
templateID As Integer, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Uso
Dim instance As Lists
Dim listName As String
Dim description As String
Dim templateID As Integer
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginAddList(listName, description, templateID, callback, asyncState)
public IAsyncResult BeginAddList (
string listName,
string description,
int templateID,
AsyncCallback callback,
Object asyncState
)
Parámetros
- listName
- description
- templateID
- callback
- asyncState
Vea también
Referencia
Lists (Clase)
Lists (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)