共用方式為


SPWebCategoryNameAttribute class

CustomPropertyToolPart控制項,在ToolPane中定義的易記名稱或當地語系化名稱屬性的分類。

Inheritance hierarchy

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

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

Syntax

'宣告
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public Class SPWebCategoryNameAttribute _
    Inherits Attribute
'用途
Dim instance As SPWebCategoryNameAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public class SPWebCategoryNameAttribute : Attribute

備註

這個類別可以覆寫,以取得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.

請參閱

參照

SPWebCategoryNameAttribute members

Microsoft.SharePoint.WebPartPages namespace