IFieldNodeInfo 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 field (that is, the Microsoft.SharePoint.SPField) 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 IFieldNodeInfo
public interface IFieldNodeInfo

The IFieldNodeInfo type exposes the following members.

Properties

  Name Description
Public property ContentTypeName Gets the name of the content type that this field is associated with, if any.
Public property Id Gets the ID of the field.
Public property IsHidden Gets a value that indicates whether the field is hidden.
Public property ListId Gets the ID of the list that this field is associated with, if any.
Public property Title Gets the name of the field.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace