Share via


SPEditorPartChrome class

Controla o processamento do EditorParts e ToolParts hospedado no painel de ferramentas de serviços.

Inheritance hierarchy

System.Object
  System.Web.UI.WebControls.WebParts.EditorPartChrome
    Microsoft.SharePoint.WebPartPages.SPEditorPartChrome

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

Syntax

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

Comentários

SPEditorPartChrome é um formulário derivado ASP.NET 2.0 EditorPartChrome.

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

SPEditorPartChrome members

Microsoft.SharePoint.WebPartPages namespace