AddProjectReference(String, EntityIdentity) Constructor
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.
[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