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