IVsAssemblyReferenceProviderContext.AssemblySearchPaths Property

Definition

Gets or sets the paths to search for extension assemblies, which may include registry paths in the MSBuild-normal form.

public:
 property System::String ^ AssemblySearchPaths { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ AssemblySearchPaths { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string AssemblySearchPaths { get; set; }
public string AssemblySearchPaths { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.AssemblySearchPaths : string with get, set
member this.AssemblySearchPaths : string with get, set
Public Property AssemblySearchPaths As String

Property Value

Attributes

Applies to