ISharePointProjectLogger.WriteLine 方法 (String, LogCategory, String)
根據指定的 LogCategory,將訊息記錄到 SharePoint [工具] 的 [輸出] 視窗和 [錯誤清單] 中。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Sub WriteLine ( _
message As String, _
category As LogCategory, _
helpKeyword As String _
)
void WriteLine(
string message,
LogCategory category,
string helpKeyword
)
參數
- message
型別:System.String
訊息文字。
- category
型別:Microsoft.VisualStudio.SharePoint.LogCategory
訊息記錄檔分類,由 LogCategory 所指定。
- helpKeyword
型別:System.String
錯誤的 Help 關鍵字。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。