ISharePointProjectCollection.Find(Guid) Method

Definition

Finds an instance of SharePoint project with the specified ID.

public:
 Microsoft::VisualStudio::SharePoint::ISharePointProject ^ Find(Guid id);
public Microsoft.VisualStudio.SharePoint.ISharePointProject Find (Guid id);
abstract member Find : Guid -> Microsoft.VisualStudio.SharePoint.ISharePointProject
Public Function Find (id As Guid) As ISharePointProject

Parameters

id
Guid

The ID of a SharePoint project.

Returns

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

Applies to