Share via


AddAssemblyReferenceByName(String) Constructor

Definition

Initializes a new instance of the AddAssemblyReferenceByName class.

[Newtonsoft.Json.JsonConstructor]
public AddAssemblyReferenceByName (string nameOrPath);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddAssemblyReferenceByName : string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddAssemblyReferenceByName
Public Sub New (nameOrPath As String)

Parameters

nameOrPath
String
Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to