共用方式為


ToolPart.FrameState property

NOTE: This API is now obsolete.

取得或設定工具組件的框架狀態。

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

Syntax

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

value = instance.FrameState

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

Property value

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

請參閱

參照

ToolPart class

ToolPart members

Microsoft.SharePoint.WebPartPages namespace