INavigationPolicy.ButtonState Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Sub ButtonState ( _
args As ButtonStateEventArgs, _
<OutAttribute> ByRef handled As Boolean _
)
void ButtonState(
ButtonStateEventArgs args,
out bool handled
)
void ButtonState(
ButtonStateEventArgs^ args,
[OutAttribute] bool% handled
)
abstract ButtonState :
args:ButtonStateEventArgs *
handled:bool byref -> unit
function ButtonState(
args : ButtonStateEventArgs,
handled : boolean
)
Parameters
- handled
Type: System.Boolean%
.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.