ISharePointProjectCollection.Find Method
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
id
Type: GuidThe ID of a SharePoint project.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.