VCProject::AssemblyReferenceSearchPaths Property

 

Sets or gets a list of assembly search paths.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ AssemblyReferenceSearchPaths {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Semi-colon delimited string of search paths.

This list of paths is searched only after searches of all other specified paths have not resolved an assembly reference.

Return to top
Show: