共用方式為


EventCollection.GetByInt 方法

會從指定的整數識別碼集合取得事件。

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

語法

'宣告
<RemoteAttribute> _
Public Function GetByInt ( _
    id As Integer _
) As Event
'用途
Dim instance As EventCollection
Dim id As Integer
Dim returnValue As Event

returnValue = instance.GetByInt(id)
[RemoteAttribute]
public Event GetByInt(
    int id
)

參數

傳回值

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

請參閱

參照

EventCollection 類別

EventCollection 成員

Microsoft.ProjectServer.Client 命名空間