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 命名空间