IExplorerNode.Context Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Explorer Namespace