CommandItem Constructor (String, ICommand, ImageSource)

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

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    title As String, _
    command As ICommand, _
    icon As ImageSource _
)
public CommandItem(
    string title,
    ICommand command,
    ImageSource icon
)
public:
CommandItem(
    String^ title, 
    ICommand^ command, 
    ImageSource^ icon
)
new : 
        title:string * 
        command:ICommand * 
        icon:ImageSource -> CommandItem
public function CommandItem(
    title : String, 
    command : ICommand, 
    icon : ImageSource
)

Parameters

.NET Framework Security

See Also

Reference

CommandItem Class

CommandItem Overload

Microsoft.TeamFoundation.Controls.WPF Namespace