VCManifestTool.AdditionalOptions - свойство
Gets or sets options to add to the end of the command line immediately before the file name(s). An example is if an option is not supported in the object model.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property AdditionalOptions As String
'Применение
Dim instance As VCManifestTool
Dim value As String
value = instance.AdditionalOptions
instance.AdditionalOptions = value
string AdditionalOptions { get; set; }
property String^ AdditionalOptions {
String^ get ();
void set (String^ value);
}
function get AdditionalOptions () : String
function set AdditionalOptions (value : String)
Значение свойства
Тип: System.String
The options added to the end of the command line immediately before the file name(s).
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
/MANIFEST (Create Side-by-Side Assembly Manifest)
/MANIFESTDEPENDENCY (Specify Manifest Dependencies)
/MANIFESTFILE (Name Manifest File)