UpdateExtensions.SetCopyToLocal Method
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.
Overloads
SetCopyToLocal(IAsyncUpdatable<IAssemblyReferenceSnapshot>, Boolean) |
Sets the value of copy to Local for an assembly reference |
SetCopyToLocal(IAsyncUpdatable<IProjectReferenceSnapshot>, Boolean) |
Sets the value of copy to Local for a project reference |
SetCopyToLocal(IAsyncUpdatable<IAssemblyReferenceSnapshot>, Boolean)
Sets the value of copy to Local for an assembly reference
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IAssemblyReferenceSnapshot> SetCopyToLocal (this Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IAssemblyReferenceSnapshot> projectReferences, bool copyLocal);
static member SetCopyToLocal : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IAssemblyReferenceSnapshot> * bool -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IAssemblyReferenceSnapshot>
<Extension()>
Public Function SetCopyToLocal (projectReferences As IAsyncUpdatable(Of IAssemblyReferenceSnapshot), copyLocal As Boolean) As IAsyncUpdatable(Of IAssemblyReferenceSnapshot)
Parameters
- projectReferences
- IAsyncUpdatable<IAssemblyReferenceSnapshot>
A set of projects references where this change should apply to.
- copyLocal
- Boolean
A flag to determine copy to local.
Returns
A set of projects updated.
Applies to
SetCopyToLocal(IAsyncUpdatable<IProjectReferenceSnapshot>, Boolean)
Sets the value of copy to Local for a project reference
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectReferenceSnapshot> SetCopyToLocal (this Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectReferenceSnapshot> projectReferences, bool copyLocal);
static member SetCopyToLocal : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectReferenceSnapshot> * bool -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectReferenceSnapshot>
<Extension()>
Public Function SetCopyToLocal (projectReferences As IAsyncUpdatable(Of IProjectReferenceSnapshot), copyLocal As Boolean) As IAsyncUpdatable(Of IProjectReferenceSnapshot)
Parameters
- projectReferences
- IAsyncUpdatable<IProjectReferenceSnapshot>
A set of projects references where this change should apply to.
- copyLocal
- Boolean
A flag to determine copy to local.
Returns
A set of projects updated.