Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the specified action on a thread associated with object's dispatcher.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub CheckAccessExecute ( _
action As Action _
)
public void CheckAccessExecute(
Action action
)
public:
void CheckAccessExecute(
Action^ action
)
member CheckAccessExecute :
action:Action -> unit
public function CheckAccessExecute(
action : Action
)
Parameters
action
Type: System.ActionAn action to execute.
.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.