共用方式為


SPFileVersion.CheckInComment property

之前已成為一個版本,則您可以取得檔案最新的簽入註解。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property CheckInComment As String
    Get
'用途
Dim instance As SPFileVersion
Dim value As String

value = instance.CheckInComment
public string CheckInComment { get; }

Property value

Type: System.String
字串,包含註解。

備註

版本檔案時,其內容會維護與版本。這包括簽入註解和檔案的其他資訊。

雖然簽入註解並不需要在使用者介面中, CheckIn方法會為其參數需要註解。

請參閱

參照

SPFileVersion class

SPFileVersion members

Microsoft.SharePoint namespace