Share via


AddProjectReferenceByPath(String, String) Constructor

Definition

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

Parameters

referenceType
String
referencedProjectPath
String
Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to