SPFeatureCollection.Item property
從集合中取得具有指定 GUID 的功能。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
featureId As Guid _
) As SPFeature
Get
'用途
Dim instance As SPFeatureCollection
Dim featureId As Guid
Dim value As SPFeature
value = instance(featureId)
public SPFeature this[
Guid featureId
] { get; }
參數
featureId
Type: System.GuidSystem.Guid所識別的功能。
Property value
Type: Microsoft.SharePoint.SPFeature
SPFeature 物件,表示該功能。