Microsoft.TeamFoundation.Controls.WPF.Commands Namespace

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Classes

  Class Description
Public class AggregateCommand AggregateCommand combines multiple commands into a single command. It's useful to execute multiple commands from a single action.
Public class CommandCollection
Public class CommandReference CommandReference provides a layer of indirection for commands. It's useful when you want to bind a command to a Command property that exists on an object that is not a DependencyObject.
Public class ExpandCollapseCommand
Public class FocusCommand
Public class SetterCommand Use this command to bind a "Property" with a "Value" on execution of this command. This is useful to bind any regular .net property from the view in order to set its value on the execution of this command.