Share via


PackageReferenceActionBase Class

Definition

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
PackageReferenceActionBase
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.

Applies to