IVsAssemblyReferenceProviderContext.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 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