ISharePointProjectService Interface

 

Represents the SharePoint project service, a root object for the SharePoint project object model.

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

[GuidAttribute("A70F6506-018F-40FD-A2B6-21E23362E47D")]
public interface class ISharePointProjectService : ISharePointProjectEvents

NameDescription
System_CAPS_pubpropertyCodeRefactoringEvents

Gets an object that provides access to events relating to refactoring operations.

System_CAPS_pubpropertyDeploymentSteps

Gets the list of installed deployment steps found in the extensions catalog.

System_CAPS_pubpropertyIsSharePointInstalled

Returns whether SharePoint is installed on the local machine.

System_CAPS_pubpropertyLogger

Gets an instance of the logging service.

System_CAPS_pubpropertyPackageValidationProvider

Gets an instance of the IPackageValidationProvider that helps validate project features and the project package.

System_CAPS_pubpropertyProjectItemTypes

Gets a dictionary with all of the available project item types.

System_CAPS_pubpropertyProjects

Gets the collection of SharePoint projects in the Visual Studio solution.

System_CAPS_pubpropertyServiceProvider

Gets the global service provider for the SharePoint project package.

System_CAPS_pubpropertySharePointConnection

Gets the SharePoint connection for the project service.

System_CAPS_pubpropertySharePointInstallPath

Gets the path where SharePoint is installed, if SharePoint is installed on the system.

NameDescription
System_CAPS_pubmethodConvert<TInput, TOutput>(TInput)

Converts one project type to another.

System_CAPS_pubmethodCreateSharePointConnection(Uri^, Boolean)

Create a local or remote connection with the given site url.

NameDescription
System_CAPS_pubeventDeploymentCompleted

Occurs after you deploy an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventDeploymentStarted

Occurs after you begin deploying an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectAdded

Occurs when you add a new ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectDisposing

Occurs when you dispose an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectInitialized

Occurs when you initialize an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectMenuItemsRequested

Occurs when you request context menu items from an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectNameChanged

Occurs when you rename an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectPropertiesRequested

Occurs when you query an ISharePointProject instance for its properties.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectPropertyChanged

Occurs when you change a project property value in an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

System_CAPS_pubeventProjectRemoved

Occurs when you remove an ISharePointProject instance.(Inherited from ISharePointProjectEvents.)

Return to top
Show: