IExplorerNodeContext.SharePointConnection Property

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

Gets an ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model.

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

Syntax

'Declaration
ReadOnly Property SharePointConnection As ISharePointConnection
ISharePointConnection SharePointConnection { get; }

Property Value

Type: Microsoft.VisualStudio.SharePoint.ISharePointConnection
An ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model.

Remarks

For more information about calling into the SharePoint server object model, see Calling into the SharePoint Object Models.

.NET Framework Security

See Also

Reference

IExplorerNodeContext Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace