ToolPane.View 属性

获取或设置工具窗格的当前视图。

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

语法

声明
Public Property View As ToolPane.ToolPaneView
    Get
    Set
用法
Dim instance As ToolPane
Dim value As ToolPane.ToolPaneView

value = instance.View

instance.View = value
public ToolPane.ToolPaneView View { get; set; }

属性值

类型:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView
ToolPane.ToolPaneView 值之一。

备注

设置View属性可将工具窗格中的所有属性重都置为其默认值。

另请参阅

引用

ToolPane 类

ToolPane 成员

Microsoft.SharePoint.WebPartPages 命名空间