NavigationNode.CanActivate Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property CanActivate As Boolean
public bool CanActivate { get; set; }
public:
virtual property bool CanActivate {
bool get () sealed;
void set (bool value) sealed;
}
abstract CanActivate : bool with get, set
override CanActivate : bool with get, set
final function get CanActivate () : boolean
final function set CanActivate (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
Implements
.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.