ISharePointProjectCollection.Find(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.