BackgroundCommand.CreateWorkerArgument Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected MustOverride Function CreateWorkerArgument As Object
protected abstract Object CreateWorkerArgument()
protected:
virtual Object^ CreateWorkerArgument() abstract
abstract CreateWorkerArgument : unit -> Object
protected abstract function CreateWorkerArgument() : Object
Return Value
Type: System.Object
Returns Object.
.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.