ExpandCollapseCommand.CanExecute Method

[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 Function CanExecute ( _
    parameter As Object _
) As Boolean
public bool CanExecute(
    Object parameter
)
public:
virtual bool CanExecute(
    Object^ parameter
) sealed
abstract CanExecute : 
        parameter:Object -> bool  
override CanExecute : 
        parameter:Object -> bool
public final function CanExecute(
    parameter : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ExpandCollapseCommand Class

Microsoft.TeamFoundation.Controls.WPF.Commands Namespace