VCCustomBuildRule.CommandLine Property

Gets or sets a command line for the build event tool to run.

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

Syntax

声明
Property CommandLine As String
用法
Dim instance As VCCustomBuildRule
Dim value As String

value = instance.CommandLine

instance.CommandLine = value
string CommandLine { get; set; }
property String^ CommandLine {
    String^ get ();
    void set (String^ value);
}
function get CommandLine () : String
function set CommandLine (value : String)

Property Value

Type: System.String

A command line for the build event tool to run.

Remarks

For more information, see Specifying Build Events.

Permissions

See Also

Reference

VCCustomBuildRule Interface

VCCustomBuildRule Members

Microsoft.VisualStudio.VCProjectEngine Namespace