InformationNodeConverters.AddBuildWarning 方法 (IBuildInformation, String, String, Int32, Int32, String, String, DateTime, String)
會將警告加入至指定的組建資訊物件。 不會儲存至伺服器。
命名空間: Microsoft.TeamFoundation.Build.Client
組件: Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function AddBuildWarning ( _
buildInformation As IBuildInformation, _
file As String, _
serverPath As String, _
lineNumber As Integer, _
endLineNumber As Integer, _
code As String, _
message As String, _
timestamp As DateTime, _
warningType As String _
) As IBuildWarning
public static IBuildWarning AddBuildWarning(
this IBuildInformation buildInformation,
string file,
string serverPath,
int lineNumber,
int endLineNumber,
string code,
string message,
DateTime timestamp,
string warningType
)
參數
- buildInformation
型別:Microsoft.TeamFoundation.Build.Client.IBuildInformation
這個警告會加入的組建資訊。
- file
型別:System.String
發生這個警告的檔案。
- serverPath
型別:System.String
版本控制伺服器路徑的檔案中。
- lineNumber
型別:System.Int32
這個警告開始的行號。
- endLineNumber
型別:System.Int32
這個警告結束行號。
- code
型別:System.String
警告碼。
- message
型別:System.String
警告訊息。
- timestamp
型別:System.DateTime
警告的時間。
- warningType
型別:System.String
警告類型。
傳回值
型別:Microsoft.TeamFoundation.Build.Client.IBuildWarning
警告節點。
使用注意事項
在 Visual Basic 和 C# 中,您可以在任何 IBuildInformation 型別物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)或擴充方法 (C# 程式設計手冊)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。