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

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

CheckAccessExecute Overload

Microsoft.TeamFoundation.MVVM Namespace