SPFeatureDefinitionCollection.Remove Method (Guid)
Removes the Feature definition with the specified GUID from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Remove ( _
featureId As Guid _
)
'Usage
Dim instance As SPFeatureDefinitionCollection
Dim featureId As Guid
instance.Remove(featureId)
public override void Remove(
Guid featureId
)
Parameters
featureId
Type: System.GuidSystem.Guid that identifies the Feature definition to remove.
See Also
Reference
SPFeatureDefinitionCollection Class