ISharePointProjectFeatureCollection.Item Property
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
folderPath
Type: StringAn ISharePointProjectFeature folder path.
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
- 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.