다음을 통해 공유


SearchOptionButton.RemoveOptionButtonClickedHandler Method

Removes the specified event handler from the specified option button.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Shared Sub RemoveOptionButtonClickedHandler ( _
    d As DependencyObject, _
    handler As RoutedEventHandler _
)
public static void RemoveOptionButtonClickedHandler(
    DependencyObject d,
    RoutedEventHandler handler
)

Parameters

.NET Framework Security

See Also

Reference

SearchOptionButton Class

Microsoft.VisualStudio.PlatformUI Namespace