共用方式為


ToolPart.FrameType property

NOTE: This API is now obsolete.

取得或設定圖文框周圍的工具組件的型別。

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

Syntax

'宣告
<ObsoleteAttribute("Use ChromeType instead.")> _
Public Property FrameType As FrameType
    Get
    Set
'用途
Dim instance As ToolPart
Dim value As FrameType

value = instance.FrameType

instance.FrameType = value
[ObsoleteAttribute("Use ChromeType instead.")]
public FrameType FrameType { get; set; }

Property value

Type: Microsoft.SharePoint.WebPartPages.FrameType
其中FrameType值。

請參閱

參照

ToolPart class

ToolPart members

Microsoft.SharePoint.WebPartPages namespace