Compartilhar via


BaseXsltDataWebPart.ContextView property

Obtém o SPView no contexto atual.

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

Syntax

'Declaração
Protected Overridable ReadOnly Property ContextView As SPView
    Get
'Uso
Dim value As SPView

value = Me.ContextView
protected virtual SPView ContextView { get; }

Property value

Type: Microsoft.SharePoint.SPView
SPView no contexto atual. Essa propriedade é sempre null nesta classe base abstrata.

Ver também

Referência

BaseXsltDataWebPart class

BaseXsltDataWebPart members

Microsoft.SharePoint.WebPartPages namespace