ExtensionNodeTypes 类

为表示 SharePoint 网站上各个组件的内置**“服务器资源管理器”**节点(如表示列表、字段或内容类型的节点)定义 ID。

继承层次结构

System.Object
  Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ExtensionNodeTypes

命名空间:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
程序集:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions(在 Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll 中)

语法

声明
Public NotInheritable Class ExtensionNodeTypes
public static class ExtensionNodeTypes

ExtensionNodeTypes 类型公开以下成员。

字段

  名称 说明
公共字段静态成员 ContentTypeNode 为表示 Microsoft.SharePoint.SPContentType 的节点指定 ID。
公共字段静态成员 FeatureNode 为表示 Microsoft.SharePoint.SPFeature 的节点指定 ID。
公共字段静态成员 FieldNode 为表示附加到内容类型或列表的 Microsoft.SharePoint.SPField 的节点指定 ID。
公共字段静态成员 ListNode 为表示 Microsoft.SharePoint.SPList 的节点指定 ID。
公共字段静态成员 ListTemplateNode 为表示 Microsoft.SharePoint.SPListTemplate 的节点指定 ID。
公共字段静态成员 ListViewNode 为表示 Microsoft.SharePoint.SPView 的节点指定 ID。
公共字段静态成员 WorkflowAssociationNode 为表示 Microsoft.SharePoint.Workflow.SPWorkflowAssociation 的节点指定 ID。
公共字段静态成员 WorkflowTemplateNode 为表示 Microsoft.SharePoint.Workflow.SPWorkflowTemplate 的节点指定 ID。

页首

备注

使用具有 ExplorerNodeTypeAttribute 的 ExtensionNodeTypes 值来指定要扩展的内置 SharePoint 节点。 有关更多信息,请参见如何:扩展服务器资源管理器中的 SharePoint 节点如何:向服务器资源管理器添加自定义 SharePoint 节点

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.SharePoint.Explorer.Extensions 命名空间