ISharePointProjectCollection.Find Method

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

Finds an instance of SharePoint project with the specified ID.

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

Syntax

'Declaration
Function Find ( _
    id As Guid _
) As ISharePointProject
ISharePointProject Find(
    Guid id
)

Parameters

Return Value

Type: Microsoft.VisualStudio.SharePoint.ISharePointProject
An instance of SharePoint project if it is found; nulla null reference (Nothing in Visual Basic) otherwise.

.NET Framework Security

See Also

Reference

ISharePointProjectCollection Interface

Microsoft.VisualStudio.SharePoint Namespace