IExplorerNodeContext Interface

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

Provides members that you can use to interact with the SharePoint site that is associated with an IExplorerNode object.

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

Syntax

'Declaration
Public Interface IExplorerNodeContext
public interface IExplorerNodeContext

The IExplorerNodeContext type exposes the following members.

Properties

  Name Description
Public property SharePointConnection Gets an ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model.
Public property SiteId Gets the ID of the SharePoint site (Microsoft.SharePoint.SPWeb) that this node is associated with.
Public property SiteUrl Gets the URL of the SharePoint site (Microsoft.SharePoint.SPWeb) that this node is associated with.

Top

Methods

  Name Description
Public method CreatePropertySourceObject Creates an object that has special type descriptor logic to expose the specified dictionary of property values.
Public method ShowMessageBox Displays a message box.

Top

Remarks

Use the Context property of an IExplorerNode object to get an instance of this interface.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer Namespace