ICustomUpgradeActionParameter Interface
Represents a custom upgrade action parameter.
Namespace: Microsoft.VisualStudio.SharePoint.Features
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ICustomUpgradeActionParameter _
Inherits IObservableModelElement
public interface ICustomUpgradeActionParameter : IObservableModelElement
The ICustomUpgradeActionParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the custom upgrade action parameter. | |
Value | Gets or sets the custom upgrade action parameter value. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a DSL model element has changed. (Inherited from IObservableModelElement.) | |
PropertyChanging | Occurs when a DSL model element is being changed. (Inherited from IObservableModelElement.) |
Top