SPFile.CheckInComment property
取得時,會使用檢查文件到文件庫的註解。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CheckInComment As String
Get
'用途
Dim instance As SPFile
Dim value As String
value = instance.CheckInComment
public string CheckInComment { get; }
Property value
Type: System.String
字串,包含註解或空的字串,如果沒有簽入註解。
備註
雖然簽入註解並不需要在使用者介面中, CheckIn方法會為其參數需要註解。