SPLog.Info 方法 (String)

指定的消息作为只包含信息的邮件写入升级的事件日志中。

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub Info ( _
    output As String _
)
用法
Dim instance As SPLog
Dim output As String

instance.Info(output)
public void Info(
    string output
)

参数

  • output
    类型:System.String

    一个字符串,它包含事件日志中将写入的消息。

另请参阅

引用

SPLog 类

SPLog 成员

Info 重载

Microsoft.SharePoint.Upgrade 命名空间