共用方式為


WebPartQuickAdd.ButtonText property

NOTE: This API is now obsolete.

僅限內部使用。

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

Syntax

'宣告
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public Property ButtonText As String
    Get
    Set
'用途
Dim instance As WebPartQuickAdd
Dim value As String

value = instance.ButtonText

instance.ButtonText = value
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public string ButtonText { get; set; }

Property value

Type: System.String

請參閱

參照

WebPartQuickAdd class

WebPartQuickAdd members

Microsoft.SharePoint.WebPartPages namespace