Adds a custom build rule to the tool file.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Function AddCustomBuildRule ( _
    Name As String, _
    CommandLine As String, _
    Outputs As String, _
    FileExtensions As String _
) As Object
用法
Dim instance As VCToolFile
Dim Name As String
Dim CommandLine As String
Dim Outputs As String
Dim FileExtensions As String
Dim returnValue As Object
returnValue = instance.AddCustomBuildRule(Name, _
    CommandLine, Outputs, FileExtensions)
Object AddCustomBuildRule(
    string Name,
    string CommandLine,
    string Outputs,
    string FileExtensions
)
Object^ AddCustomBuildRule(
    [InAttribute] String^ Name, 
    [InAttribute] String^ CommandLine, 
    [InAttribute] String^ Outputs, 
    [InAttribute] String^ FileExtensions
)
function AddCustomBuildRule(
    Name : String, 
    CommandLine : String, 
    Outputs : String, 
    FileExtensions : String
) : Object
Parameters
- Name 
 Type: System.String- Name of the build rule 
- CommandLine 
 Type: System.String- Command line text. 
- Outputs 
 Type: System.String
- FileExtensions 
 Type: System.String- List of file extensions that apply to this build rule. 
Return Value
Type: System.Object
A Build Rule object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.