IExplorerNodeContext Interface
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 | |
---|---|---|
SharePointConnection | Gets an ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model. | |
SiteId | Gets the ID of the SharePoint site (Microsoft.SharePoint.SPWeb) that this node is associated with. | |
SiteUrl | Gets the URL of the SharePoint site (Microsoft.SharePoint.SPWeb) that this node is associated with. |
Top
Methods
Name | Description | |
---|---|---|
CreatePropertySourceObject | Creates an object that has special type descriptor logic to expose the specified dictionary of property values. | |
ShowMessageBox | Displays a message box. |
Top
Remarks
Use the Context property of an IExplorerNode object to get an instance of this interface.