Lists.GetVersionCollection メソッド (websvcLists)
SharePoint リスト内にある指定したフィールドのバージョン情報を返します。
名前空間: websvcLists
アセンブリ: STSSOAP (stssoap.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetVersionCollection", RequestNamespace:="https://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace:="https://schemas.microsoft.com/sharepoint/soap/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetVersionCollection ( _
strlistID As String, _
strlistItemID As String, _
strFieldName As String _
) As XmlNode
'使用
Dim instance As Lists
Dim strlistID As String
Dim strlistItemID As String
Dim strFieldName As String
Dim returnValue As XmlNode
returnValue = instance.GetVersionCollection(strlistID, strlistItemID, strFieldName)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetVersionCollection", RequestNamespace="https://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="https://schemas.microsoft.com/sharepoint/soap/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
public XmlNode GetVersionCollection (
string strlistID,
string strlistItemID,
string strFieldName
)
パラメータ
- strlistID
リストの ID を含む文字列。
- strlistItemID
アイテムの ID を含む文字列。
- strFieldName
フィールドの名前を含む文字列。
戻り値
バージョン情報を含み、System.Xml.XmlNode オブジェクトに割り当てることができる XML フラグメント。