IVsPlatformReferenceProviderContext2.AssemblySearchPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).