Share via


SetCopyToLocal Class

Definition

Represents the operation of setting the value of CopyToLocal for a project reference.

[System.Runtime.CompilerServices.Nullable(0)]
public class SetCopyToLocal : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type SetCopyToLocal = class
    inherit ExecutableStep
Public Class SetCopyToLocal
Inherits ExecutableStep
Inheritance
SetCopyToLocal
Attributes

Constructors

SetCopyToLocal(Boolean)

Initializes a new instance of the SetCopyToLocal class.

Properties

Action
CopyToLocal

The value of whether to copy to local

Applies to