Compartilhar via


SPContext.FieldControlCacheSetCallback property

Obtém ou define o representante para chamar ao definir os dados do cache no contexto de Microsoft SharePoint Foundation HTTP atual.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property FieldControlCacheSetCallback As SPContext.SetCachedField
    Get
    Set
'Uso
Dim instance As SPContext
Dim value As SPContext.SetCachedField

value = instance.FieldControlCacheSetCallback

instance.FieldControlCacheSetCallback = value
public SPContext.SetCachedField FieldControlCacheSetCallback { get; set; }

Property value

Type: Microsoft.SharePoint.SPContext.SetCachedField
Um representante de SPContext.SetCachedField .

Ver também

Referência

SPContext class

SPContext members

Microsoft.SharePoint namespace