次の方法で共有


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 名前空間