共用方式為


WebPartZone.QuickAdd property

NOTE: This API is now obsolete.

This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead.

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

Syntax

'宣告
<ObsoleteAttribute("Use the WebPartAdder control instead.")> _
Public ReadOnly Property QuickAdd As WebPartQuickAdd
    Get
'用途
Dim instance As WebPartZone
Dim value As WebPartQuickAdd

value = instance.QuickAdd
[ObsoleteAttribute("Use the WebPartAdder control instead.")]
public WebPartQuickAdd QuickAdd { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.WebPartQuickAdd
用來快速地將WebPartZone中的 [ WebPart控制項的控制項。

請參閱

參照

WebPartZone class

WebPartZone members

Microsoft.SharePoint.WebPartPages namespace