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)

Syntax

'Declaration
Property AssemblyReferenceSearchPaths As String
string AssemblyReferenceSearchPaths { get; set; }
property String^ AssemblyReferenceSearchPaths {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyReferenceSearchPaths : string with get, set
function get AssemblyReferenceSearchPaths () : String 
function set AssemblyReferenceSearchPaths (value : String)

Property Value

Type: System.String
Semi-colon delimited string of search paths.

Remarks

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

.NET Framework Security

See Also

Reference

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine Namespace