IListViewNodeInfo 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 list view (that is, the Microsoft.SharePoint.SPView) 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 IListViewNodeInfo
public interface IListViewNodeInfo
The IListViewNodeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the ID of the view. | |
ListId | Gets the ID of the Microsoft.SharePoint.SPList that this view is associated with. | |
Text | Gets the text of the view. | |
Url | Gets the URL of the view. |
Top
Remarks
You can retrieve an IListViewNodeInfo object from the Annotations property of each IExplorerNode that represents a list view. For more information, see Extending the SharePoint Connections Node in Server Explorer.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace