ExplorerNodeTypeAttribute 构造函数

初始化 ExplorerNodeTypeAttribute 类的新实例。

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

语法

声明
Public Sub New ( _
    nodeTypeId As String _
)
public ExplorerNodeTypeAttribute(
    string nodeTypeId
)

参数

  • nodeTypeId
    类型:System.String
    要扩展或定义的节点的标识符。

备注

若要指定内置节点,请使用 ExplorerNodeTypesExtensionNodeTypes 值之一。

.NET Framework 安全性

请参见

参考

ExplorerNodeTypeAttribute 类

Microsoft.VisualStudio.SharePoint.Explorer 命名空间