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
声明
Property AssemblyReferenceSearchPaths As String
用法
Dim instance As VCProject
Dim value As String
value = instance.AssemblyReferenceSearchPaths
instance.AssemblyReferenceSearchPaths = value
string AssemblyReferenceSearchPaths { get; set; }
property String^ AssemblyReferenceSearchPaths {
String^ get ();
void set (String^ value);
}
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.
Permissions
- 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.