Share via


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

  • dwColCount
    Typ: System.UInt32

    Eine 32-Bit-Ganzzahl ohne Vorzeichen, die die Anzahl der Spalten von Arbeit Element angibt.

  • dwRowCount
    Typ: System.UInt32

    Eine 32-Bit-Ganzzahl ohne Vorzeichen, die die Anzahl der Zeilen von Arbeit Element angibt.

  • varWorkItems
    Typ: System.Object

    Eine object , die die einzelnen Arbeitsaufgaben darstellt.

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Microsoft.SharePoint.Administration-Namespace