ResourcesAttribute constructor (String, String, String)
初始化ResourcesAttribute類別的新執行個體。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
propName As String, _
category As String, _
description As String _
)
'用途
Dim propName As String
Dim category As String
Dim description As String
Dim instance As New ResourcesAttribute(propName, _
category, description)
public ResourcesAttribute(
string propName,
string category,
string description
)
參數
propName
Type: System.String在CustomPropertyToolPart中顯示時的屬性名稱。
category
Type: System.String屬性在CustomPropertyToolPart中顯示時的分類。
description
Type: System.String屬性在CustomPropertyToolPart中顯示時的描述。