Share via


ISharePointProjectFeatureCollection.Item Property

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

Gets an instance of ISharePointProjectFeature with the specified folder path.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    folderPath As String _
) As ISharePointProjectFeature
ISharePointProjectFeature this[
    string folderPath
] { get; }

Parameters

Property Value

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

Remarks

The folder path can be an absolute folder path, a relative path to the project folder, or a folder name.

.NET Framework Security

See Also

Reference

ISharePointProjectFeatureCollection Interface

Microsoft.VisualStudio.SharePoint Namespace