次の方法で共有


EventHandlerCollection.GetByGuid メソッド

指定された GUID を使用して、コレクションからのイベント ハンドラーを取得します。

名前空間:  Microsoft.ProjectServer.Client
アセンブリ:  Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)

構文

'宣言
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As EventHandler
'使用
Dim instance As EventHandlerCollection
Dim uid As Guid
Dim returnValue As EventHandler

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public EventHandler GetByGuid(
    Guid uid
)

パラメーター

戻り値

型: Microsoft.ProjectServer.Client.EventHandler
EventHandlerオブジェクト。

関連項目

参照先

EventHandlerCollection クラス

EventHandlerCollection メンバー

Microsoft.ProjectServer.Client 名前空間