Compartilhar via


SPContext.File property

Obtém o arquivo que está associado com o objeto do item de lista do contexto determinado Microsoft SharePoint Foundation .

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

Syntax

'Declaração
Public ReadOnly Property File As SPFile
    Get
'Uso
Dim instance As SPContext
Dim value As SPFile

value = instance.File
public SPFile File { get; }

Property value

Type: Microsoft.SharePoint.SPFile
Um objeto SPFile que representa o arquivo.

Ver também

Referência

SPContext class

SPContext members

Microsoft.SharePoint namespace