VCProject.AssemblyReferenceSearchPaths 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.
Sets or gets a list of assembly search paths.
public:
property System::String ^ AssemblyReferenceSearchPaths { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ AssemblyReferenceSearchPaths { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(876)]
public string AssemblyReferenceSearchPaths { [System.Runtime.InteropServices.DispId(876)] get; [System.Runtime.InteropServices.DispId(876)] set; }
[<System.Runtime.InteropServices.DispId(876)>]
[<get: System.Runtime.InteropServices.DispId(876)>]
[<set: System.Runtime.InteropServices.DispId(876)>]
member this.AssemblyReferenceSearchPaths : string with get, set
Public Property AssemblyReferenceSearchPaths As String
Property Value
Semi-colon delimited string of search paths.
- Attributes
Remarks
This list of paths is searched only after searches of all other specified paths have not resolved an assembly reference.