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
)

参数

  • helpKeyword
    类型:System.String
    此错误的“帮助”关键字。

.NET Framework 安全性

请参见

参考

ISharePointProjectLogger 接口

WriteLine 重载

Microsoft.VisualStudio.SharePoint 命名空间