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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.