VCToolFile.AddCustomBuildRule 方法
將自訂建置規則加入至工具檔。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
Function AddCustomBuildRule ( _
Name As String, _
CommandLine As String, _
Outputs As String, _
FileExtensions As String _
) As Object
Object AddCustomBuildRule(
string Name,
string CommandLine,
string Outputs,
string FileExtensions
)
Object^ AddCustomBuildRule(
[InAttribute] String^ Name,
[InAttribute] String^ CommandLine,
[InAttribute] String^ Outputs,
[InAttribute] String^ FileExtensions
)
abstract AddCustomBuildRule :
Name:string *
CommandLine:string *
Outputs:string *
FileExtensions:string -> Object
function AddCustomBuildRule(
Name : String,
CommandLine : String,
Outputs : String,
FileExtensions : String
) : Object
參數
- Name
型別:System.String
建置規則的名稱
- CommandLine
型別:System.String
命令列文字。
- Outputs
型別:System.String
建置工具輸出。
- FileExtensions
型別:System.String
套用到此建置規則的副檔名清單。
傳回值
型別:System.Object
建置規則物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。