SPLog.Info method (String, Object[])
寫入,指定的字串與指定之的物件升級的事件記錄檔以僅資訊訊息。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Info ( _
format As String, _
ParamArray args As Object() _
)
'用途
Dim instance As SPLog
Dim format As String
Dim args As Object()
instance.Info(format, args)
public void Info(
string format,
params Object[] args
)
參數
format
Type: System.String格式字串,提供格式資訊。
args
Type: []Object陣列,其中包含要格式化的零或多個物件。