ExternalHtmlResourceElement.FileContext property
Obtém ou define o ResourceFileContext a ser usado ao procurar o URL para o FileName.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaração
Public Property FileContext As ResourceFileContext
Get
Set
'Uso
Dim instance As ExternalHtmlResourceElement
Dim value As ResourceFileContext
value = instance.FileContext
instance.FileContext = value
public ResourceFileContext FileContext { get; set; }
Property value
Type: ResourceFileContext
Ver também
Referência
ExternalHtmlResourceElement class