SearchOptionButton.AddOptionButtonClickedHandler Method
Adds the specified event handler to 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 AddOptionButtonClickedHandler ( _
d As DependencyObject, _
handler As RoutedEventHandler _
)
public static void AddOptionButtonClickedHandler(
DependencyObject d,
RoutedEventHandler handler
)
Parameters
- d
Type: System.Windows.DependencyObject
The option button.
- handler
Type: System.Windows.RoutedEventHandler
The event handler to add.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.