SPContentDatabase.GetWorkItems-Methode
Gibt die einzelne Arbeitsaufgaben, die Anzahl der Spalten und die Anzahl der Zeilen in der Auflistung als Output-Parameter angegebenen Arbeit zurück.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub GetWorkItems ( _
workItems As SPWorkItemCollection, _
<OutAttribute> ByRef dwColCount As UInteger, _
<OutAttribute> ByRef dwRowCount As UInteger, _
<OutAttribute> ByRef varWorkItems As Object _
)
'Usage
Dim instance As SPContentDatabase
Dim workItems As SPWorkItemCollection
Dim dwColCount As UInteger
Dim dwRowCount As UInteger
Dim varWorkItems As Object
instance.GetWorkItems(workItems, dwColCount, _
dwRowCount, varWorkItems)
public void GetWorkItems(
SPWorkItemCollection workItems,
out uint dwColCount,
out uint dwRowCount,
out Object varWorkItems
)
Parameter
workItems
Typ: Microsoft.SharePoint.SPWorkItemCollectionEin SPWorkItemCollection -Objekt, das die Arbeitsaufgaben darstellt.
dwColCount
Typ: System.UInt32Eine 32-Bit-Ganzzahl ohne Vorzeichen, die die Anzahl der Spalten von Arbeit Element angibt.
dwRowCount
Typ: System.UInt32Eine 32-Bit-Ganzzahl ohne Vorzeichen, die die Anzahl der Zeilen von Arbeit Element angibt.
varWorkItems
Typ: System.ObjectEine object , die die einzelnen Arbeitsaufgaben darstellt.