VCToolFile.AddCustomBuildRule(String, String, String, String) Methode

Definition

Fügt der Tooldatei eine benutzerdefinierte Buildregel hinzu.

public:
 System::Object ^ AddCustomBuildRule(System::String ^ Name, System::String ^ CommandLine, System::String ^ Outputs, System::String ^ FileExtensions);
public:
 Platform::Object ^ AddCustomBuildRule(Platform::String ^ Name, Platform::String ^ CommandLine, Platform::String ^ Outputs, Platform::String ^ FileExtensions);
winrt::Windows::Foundation::IInspectable AddCustomBuildRule(std::wstring const & Name, std::wstring const & CommandLine, std::wstring const & Outputs, std::wstring const & FileExtensions);
[System.Runtime.InteropServices.DispId(2206)]
public object AddCustomBuildRule (string Name, string CommandLine, string Outputs, string FileExtensions);
[<System.Runtime.InteropServices.DispId(2206)>]
abstract member AddCustomBuildRule : string * string * string * string -> obj
Public Function AddCustomBuildRule (Name As String, CommandLine As String, Outputs As String, FileExtensions As String) As Object

Parameter

Name
String

Name der Buildregel

CommandLine
String

Befehlszeilen Text.

Outputs
String

Buildtoolausgaben.

FileExtensions
String

Liste der Dateierweiterungen, die auf diese Buildregel angewendet werden.

Gibt zurück

Object

Ein buildregelobjekt.

Attribute

Gilt für