Share via


AddProjectReference(String, EntityIdentity) Constructor

Definition

[Newtonsoft.Json.JsonConstructor]
public AddProjectReference (string referenceType, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity referencedProject);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddProjectReference : string * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddProjectReference
Public Sub New (referenceType As String, referencedProject As EntityIdentity)

Parameters

referenceType
String
referencedProject
EntityIdentity
Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to