EventHandlerCollection.Remove メソッド
コレクションから指定したイベント ハンドラーを削除します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function Remove ( _
handler As EventHandler _
) As ClientResult(Of Boolean)
'使用
Dim instance As EventHandlerCollection
Dim handler As EventHandler
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(handler)
[RemoteAttribute]
public ClientResult<bool> Remove(
EventHandler handler
)
パラメーター
handler
型: Microsoft.ProjectServer.Client.EventHandler削除するイベント ハンドラー。
戻り値
型: Microsoft.SharePoint.Client.ClientResult<Boolean>
Trueオブジェクトがコレクションから削除された場合それ以外の場合、 False。