ResourcesAttribute.Description property
取得或設定提供屬性的說明,當它顯示在CustomPropertyToolPart工具組件的資源 ID。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Description As String
Get
Set
'用途
Dim instance As ResourcesAttribute
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property value
Type: System.String
字串,指定將透過LoadResource方法復原的資源 ID。
備註
如果這個值為空字串, CustomPropertyToolPart使用者介面會還原成未當地語系化的中繼資料的使用中。