IUpgradeActionCollection Schnittstelle

Definition

Stellt eine Auflistung von Featureupgradeaktionen dar.

public interface IUpgradeActionCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Features.IUpgradeAction>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Features.IUpgradeAction>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Features.IUpgradeAction>
Implementiert

Hinweise

Weitere Informationen zum Aktualisieren von Features finden Sie unter Aktualisieren von Features.

Methoden

AddAddContentTypeFieldUpgradeAction()

Fügt eine neue IAddContentTypeFieldUpgradeAction-Aktion zur Auflistung von Featureupgradeaktionen hinzu.

AddApplyElementManifestsUpgradeAction()

Fügt eine neue IApplyElementManifestsUpgradeAction-Upgradeaktion zur Auflistung von Featureupgradeaktionen hinzu.

AddCustomUpgradeAction()

Fügt eine neue ICustomUpgradeAction-Upgradeaktion zur Auflistung von Featureupgradeaktionen hinzu.

AddMapFileUpgradeAction()

Fügt eine neue IMapFileUpgradeAction-Upgradeaktion zur Auflistung von Featureupgradeaktionen hinzu.

AddVersionRange()

Fügt eine neue IVersionRange-Upgradeaktion zur Auflistung von Featureupgradeaktionen hinzu.

Gilt für