Share via


IVsPlatformReferenceProviderContext.AssemblySearchPaths Property

Definition

Gets or sets the paths to the loose extension assemblies.

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(1610743814)]
public string AssemblySearchPaths { get; set; }
public string AssemblySearchPaths { get; set; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
member this.AssemblySearchPaths : string with get, set
member this.AssemblySearchPaths : string with get, set
Public Property AssemblySearchPaths As String

Property Value

Attributes

Remarks

This property is analogous to AssemblySearchPaths in that it points to directories that might contain unregistered Windows Metadata (WinMDs).

Applies to