PackageReferenceActionBase Class
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.
Represents common information of package reference actions.
[System.Runtime.CompilerServices.Nullable(0)]
public abstract class PackageReferenceActionBase : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type PackageReferenceActionBase = class
inherit ExecutableStep
Public MustInherit Class PackageReferenceActionBase
Inherits ExecutableStep
- Inheritance
- Derived
- Attributes
Constructors
PackageReferenceActionBase(String, String) |
Initializes a new instance of the PackageReferenceActionBase class. |
Properties
Action | (Inherited from ExecutableStep) |
PackageIdentity |
Gets the name or the identity of the package reference to be added |
Version |
Gets the version of the package reference to be added. |