EventHandlersDataSet.EventHandlersDataTable.FindByEventHandlerUid 方法

通过使用指定的事件处理程序的 GUID 检索一个EventHandlersRow对象。

命名空间:  WebSvcEvents
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Function FindByEventHandlerUid ( _
    EventHandlerUid As Guid _
) As EventHandlersDataSet.EventHandlersRow
用法
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim EventHandlerUid As Guid
Dim returnValue As EventHandlersDataSet.EventHandlersRow

returnValue = instance.FindByEventHandlerUid(EventHandlerUid)
public EventHandlersDataSet.EventHandlersRow FindByEventHandlerUid(
    Guid EventHandlerUid
)

参数

  • EventHandlerUid
    类型:System.Guid

    包含事件处理程序的 GUID。

返回值

类型:WebSvcEvents.EventHandlersDataSet.EventHandlersRow
一个EventHandlersRow对象。

另请参阅

引用

EventHandlersDataSet.EventHandlersDataTable 类

EventHandlersDataSet.EventHandlersDataTable 成员

WebSvcEvents 命名空间