IFeatureNodeInfo 接口
提供有关由**“服务器资源管理器”**中节点表示的功能(即 Microsoft.SharePoint.SPFeature)的信息。
命名空间: Microsoft.VisualStudio.SharePoint.Explorer.Extensions
程序集: Microsoft.VisualStudio.SharePoint.Explorer.Extensions(在 Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll 中)
语法
声明
Public Interface IFeatureNodeInfo
public interface IFeatureNodeInfo
IFeatureNodeInfo 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Id | 获取功能的 ID。 | |
Name | 获取功能的名称。 | |
Scope | 获取一个表示功能范围的 FeatureScope 值。 |
页首
备注
您可以从表示功能的每个 IExplorerNode 的 Annotations 属性检索 IFeatureNodeInfo 对象。 有关更多信息,请参见 扩展服务器资源管理器中的“SharePoint 连接”节点。