SPContext.ViewContext - Propriété
Obtient un objet de contexte de vue qui fournit des informations sur l'affichage en cours.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ViewContext As SPViewContext
Get
'Utilisation
Dim instance As SPContext
Dim value As SPViewContext
value = instance.ViewContext
public SPViewContext ViewContext { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPViewContext
Objet SPViewContext qui fournit des informations sur l'affichage.