共用方式為


CalendarExceptionCollection.GetById 方法

從具有指定的物件識別碼例外的集合中取得的行事曆例外規則。

命名空間:  Microsoft.ProjectServer.Client
組件:  Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)

語法

'宣告
<RemoteAttribute> _
Public Function GetById ( _
    id As Integer _
) As CalendarException
'用途
Dim instance As CalendarExceptionCollection
Dim id As Integer
Dim returnValue As CalendarException

returnValue = instance.GetById(id)
[RemoteAttribute]
public CalendarException GetById(
    int id
)

參數

  • id
    類型:System.Int32

    行事曆例外狀況整數識別項。

傳回值

類型:Microsoft.ProjectServer.Client.CalendarException
CalendarException物件。

請參閱

參照

CalendarExceptionCollection 類別

CalendarExceptionCollection 成員

Microsoft.ProjectServer.Client 命名空間