ISharePointProjectFeatureCollection.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.
Gets an instance of an ISharePointProjectFeature with the specified ID.
public:
Microsoft::VisualStudio::SharePoint::ISharePointProjectFeature ^ Find(Guid id);
public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature Find (Guid id);
abstract member Find : Guid -> Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature
Public Function Find (id As Guid) As ISharePointProjectFeature
Parameters
- id
- Guid
The ID of the feature.
Returns
An object representing a feature.