VCProject.AssemblyReferenceSearchPaths - свойство
Sets or gets a list of assembly search paths.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
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)
Значение свойства
Тип: 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.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.