RelatedItemManager.GetRelatedItems 方法
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Shared Function GetRelatedItems ( _
context As ClientRuntimeContext, _
SourceListName As String, _
SourceItemID As Integer _
) As ClientResult(Of RelatedItem())
用法
Dim context As ClientRuntimeContext
Dim SourceListName As String
Dim SourceItemID As Integer
Dim returnValue As ClientResult(Of RelatedItem())
returnValue = RelatedItemManager.GetRelatedItems(context, _
SourceListName, SourceItemID)
public static ClientResult<RelatedItem[]> GetRelatedItems(
ClientRuntimeContext context,
string SourceListName,
int SourceItemID
)
参数
- SourceListName
类型:System.String
- SourceItemID
类型:System.Int32
返回值
类型:Microsoft.SharePoint.Client.ClientResult<[]>