共用方式為


UserTasksWebPart class

顯示指派給特定使用者的工作。

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        System.Web.UI.WebControls.WebParts.Part
          System.Web.UI.WebControls.WebParts.WebPart
            Microsoft.SharePoint.WebPartPages.WebPart
              Microsoft.SharePoint.WebPartPages.AggregationWebPart
                Microsoft.SharePoint.WebPartPages.UserTasksWebPart

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

Syntax

'宣告
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class UserTasksWebPart _
    Inherits AggregationWebPart
'用途
Dim instance As UserTasksWebPart
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class UserTasksWebPart : AggregationWebPart

備註

預設情況下目前的使用者是瀏覽該網頁的使用者。如果查詢字串參數"AggrUserId"設定為 [數字,然後指派給該識別碼與使用者的工作會查詢網頁組件。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

UserTasksWebPart members

Microsoft.SharePoint.WebPartPages namespace