VCProjectReference.UseDependenciesInBuild - свойство
Sets or gets whether to use addemblies in abuild.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property UseDependenciesInBuild As Boolean
'Применение
Dim instance As VCProjectReference
Dim value As Boolean
value = instance.UseDependenciesInBuild
instance.UseDependenciesInBuild = value
bool UseDependenciesInBuild { get; set; }
property bool UseDependenciesInBuild {
bool get ();
void set (bool value);
}
function get UseDependenciesInBuild () : boolean
function set UseDependenciesInBuild (value : boolean)
Значение свойства
Тип: System.Boolean
TRUE (default) indicates that assembly references in referenced assemblies should be included in the build.
Реализации
VCReference.UseDependenciesInBuild
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.