NotifyPropertyChangedDispatcherObject.CheckAccessExecute<TResult> Method (Func<TResult>)
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function CheckAccessExecute(Of TResult) ( _
func As Func(Of TResult) _
) As TResult
public TResult CheckAccessExecute<TResult>(
Func<TResult> func
)
public:
generic<typename TResult>
TResult CheckAccessExecute(
Func<TResult>^ func
)
member CheckAccessExecute :
func:Func<'TResult> -> 'TResult
JScript does not support generic types or methods.
Type Parameters
- TResult
Parameters
- func
Type: System.Func<TResult>
Return Value
Type: TResult
.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.