VCManifestTool.VerboseOutput - свойство
Sets or gets whether to produce verbose output.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property VerboseOutput As Boolean
'Применение
Dim instance As VCManifestTool
Dim value As Boolean
value = instance.VerboseOutput
instance.VerboseOutput = value
bool VerboseOutput { get; set; }
property bool VerboseOutput {
bool get ();
void set (bool value);
}
function get VerboseOutput () : boolean
function set VerboseOutput (value : boolean)
Значение свойства
Тип: System.Boolean
true means outputting extensive information when producing the manifest.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.