SPWebCategoryNameAttribute 类
内部ToolPaneCustomPropertyToolPart控件中定义的属性类别的友好或本地化名称。
继承层次结构
System.Object
System.Attribute
Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public Class SPWebCategoryNameAttribute _
Inherits Attribute
用法
Dim instance As SPWebCategoryNameAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public class SPWebCategoryNameAttribute : Attribute
备注
此类可以重写CategoryName属性获取的本地化的值。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。