ToolPart.FrameState 属性

请注意:此 API 现在已过时。

获取或设置工具部件框架状态。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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; }

属性值

类型:Microsoft.SharePoint.WebPartPages.FrameState
FrameState 值之一。

另请参阅

引用

ToolPart 类

ToolPart 成员

Microsoft.SharePoint.WebPartPages 命名空间