IExplorerNode.Context Property

Definition

Gets an IExplorerNodeContext object that you can use to get information about the SharePoint site that the current node is associated with.

public:
 property Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNodeContext ^ Context { Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNodeContext ^ get(); };
public Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeContext Context { get; }
member this.Context : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeContext
Public ReadOnly Property Context As IExplorerNodeContext

Property Value

An IExplorerNodeContext object that you can use to get information about the SharePoint site that the current node is associated with.

Remarks

You can use the IExplorerNodeContext object to execute SharePoint commands that call into the SharePoint server object model, get the URL of the SharePoint site, and to perform other tasks.

Applies to