Compartilhar via


SPWebCategoryNameAttribute class

Define o nome amigável ou localizado da categoria de uma propriedade no controle CustomPropertyToolPart dentro do ToolPane.

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute

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

Syntax

'Declaração
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public Class SPWebCategoryNameAttribute _
    Inherits Attribute
'Uso
Dim instance As SPWebCategoryNameAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public class SPWebCategoryNameAttribute : Attribute

Comentários

Essa classe pode ser substituída para obter um valor localizado para a propriedade CategoryName .

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

SPWebCategoryNameAttribute members

Microsoft.SharePoint.WebPartPages namespace