IFeatureNodeInfo Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides information about the Feature (that is, the Microsoft.SharePoint.SPFeature) that is represented by a node in Server Explorer.

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)

Syntax

'Declaration
Public Interface IFeatureNodeInfo
public interface IFeatureNodeInfo

The IFeatureNodeInfo type exposes the following members.

Properties

  Name Description
Public property Id Gets the ID of the feature.
Public property Name Gets the name of the feature.
Public property Scope Gets a FeatureScope value that represents the scope of the feature.

Top

Remarks

You can retrieve an IFeatureNodeInfo object from the Annotations property of each IExplorerNode that represents a feature. For more information, see Extending the SharePoint Connections Node in Server Explorer.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace