IExplorerNode.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.