NotifyPropertyChangedDispatcherObject.CheckAccessExecute Method (Action)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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.