IExplorerNode.Context Property

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

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

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

Syntax

'Declaration
ReadOnly Property Context As IExplorerNodeContext
IExplorerNodeContext Context { get; }

Property Value

Type: Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeContext
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.

.NET Framework Security

See Also

Reference

IExplorerNode Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace

Other Resources

Calling into the SharePoint Object Models