'宣言 Public Function New( _ ByVal command As RoutedCommand, _ ByVal stateDisallowed As Long, _ ByVal stateRequired As Long, _ ByVal inputGestures As InputGestureCollection, _ ByVal modifierKeysDisallowed As ModifierKeys _ )
public CommandWrapper( RoutedCommand command, long stateDisallowed, long stateRequired, InputGestureCollection inputGestures, ModifierKeys modifierKeysDisallowed )