Compartir a través de


: CacheableWebPart.StoreCachedOutput (Método) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.Creates new data in the next cache that is created.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Sub StoreCachedOutput ( _
    ByRef output As HtmlTextWriter _
)
'Uso
Dim instance As CacheableWebPart
Dim output As HtmlTextWriter

instance.StoreCachedOutput(output)
public void StoreCachedOutput (
    ref HtmlTextWriter output
)

Parámetros

  • output
      The new data that is created in the next cache

Vea también

Referencia

CacheableWebPart (Clase)
CacheableWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)