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物件。