Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function BeginGetViewHtml ( _
listName As String, _
viewName As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Views
Dim listName As String
Dim viewName As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetViewHtml(listName, _
viewName, callback, asyncState)
public IAsyncResult BeginGetViewHtml(
string listName,
string viewName,
AsyncCallback callback,
Object asyncState
)
Parameters
- listName
Type: System.String
- viewName
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult