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 類別