VCManifestTool.AdditionalOptions Property

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.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
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)

Property Value

Type: System.String

The options added to the end of the command line immediately before the file name(s).

Permissions

See Also

Concepts

/MANIFEST (Create Side-by-Side Assembly Manifest)

/MANIFESTDEPENDENCY (Specify Manifest Dependencies)

/MANIFESTFILE (Name Manifest File)

Reference

VCManifestTool Interface

VCManifestTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace