AggregateCommand.Commands Property

[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.Commands
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property Commands As CommandCollection
public CommandCollection Commands { get; }
public:
property CommandCollection^ Commands {
    CommandCollection^ get ();
}
member Commands : CommandCollection with get
function get Commands () : CommandCollection

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.Commands.CommandCollection
Returns CommandCollection.

.NET Framework Security

See Also

Reference

AggregateCommand Class

Microsoft.TeamFoundation.Controls.WPF.Commands Namespace