ICustomUpgradeAction.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of parameters passed to the feature event receiver during the upgrade.
public:
property Microsoft::VisualStudio::SharePoint::Features::ICustomUpgradeActionParameterCollection ^ Parameters { Microsoft::VisualStudio::SharePoint::Features::ICustomUpgradeActionParameterCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Features.ICustomUpgradeActionParameterCollection Parameters { get; }
member this.Parameters : Microsoft.VisualStudio.SharePoint.Features.ICustomUpgradeActionParameterCollection
Public ReadOnly Property Parameters As ICustomUpgradeActionParameterCollection
Property Value
A collection representing a list of passed parameters.