Share via


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

Property Value

Implements

Attributes

Remarks

This property is analogous to <xref:Microsoft.VisualStudio.Shell.Interop.IVsAssemblyReferenceProviderContext2.AssemblySearchPaths%2A> in that it points to directories that might contain unregistered Windows Metadata (WinMDs).

Applies to