ISharePointProjectItemCollection.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 a ISharePointProjectItem instance by its ID.
public:
Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ Find(Guid id);
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItem Find (Guid id);
abstract member Find : Guid -> Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
Public Function Find (id As Guid) As ISharePointProjectItem
Parameters
- id
- Guid
The ID of the SharePoint project item instance to find.
Returns
An object representing the SharePoint project item instance if it found; null
otherwise.