CalendarExceptionCollection.GetById 方法
获取集合中与指定的对象标识符的异常的日历例外。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function GetById ( _
id As Integer _
) As CalendarException
用法
Dim instance As CalendarExceptionCollection
Dim id As Integer
Dim returnValue As CalendarException
returnValue = instance.GetById(id)
[RemoteAttribute]
public CalendarException GetById(
int id
)
参数
id
类型:System.Int32一个日历例外的整数标识符。
返回值
类型:Microsoft.ProjectServer.Client.CalendarException
一个CalendarException对象。