XmlWebPart class

Exibe o XML transformado no servidor usando XSL. A Web Part armazena o conteúdo em uma propriedade ou um link para um arquivo de origem.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        System.Web.UI.WebControls.WebParts.Part
          System.Web.UI.WebControls.WebParts.WebPart
            Microsoft.SharePoint.WebPartPages.WebPart
              Microsoft.SharePoint.WebPartPages.XmlWebPart

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

Syntax

'Declaração
<SupportsAttributeMarkupAttribute(False)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class XmlWebPart _
    Inherits WebPart
'Uso
Dim instance As XmlWebPart
[SupportsAttributeMarkupAttribute(false)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class XmlWebPart : WebPart

Comentários

Esta Web Part é usado para representar dados estruturados existentes como XML e transformá-lo usando XSL no servidor. Ela também exibe o conteúdo que pode ser editado por usuários com as permissões apropriadas.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

XmlWebPart members

Microsoft.SharePoint.WebPartPages namespace