ISharePointProjectCollection.Find(Guid) Method

Definition

Finds an instance of SharePoint project with the specified ID.

public Microsoft.VisualStudio.SharePoint.ISharePointProject Find (Guid id);

Parameters

id
Guid

The ID of a SharePoint project.

Returns

ISharePointProject

An instance of SharePoint project if it is found; null otherwise.

Applies to