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
)
参数
id
类型:System.Int32整数标识符。
返回值
类型:Microsoft.ProjectServer.Client.Event
一个Event对象。