AggregateCommand.Commands Property
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
- 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.