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.
Gets or sets an enumerable collection of items that were deleted during the synchronization.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property Deletes As OutArgument(Of IEnumerable(Of GettingEventArgs))
[BrowsableAttribute(true)]
public OutArgument<IEnumerable<GettingEventArgs>> Deletes { get; set; }
[BrowsableAttribute(true)]
public:
property OutArgument<IEnumerable<GettingEventArgs^>^>^ Deletes {
OutArgument<IEnumerable<GettingEventArgs^>^>^ get ();
void set (OutArgument<IEnumerable<GettingEventArgs^>^>^ value);
}
[<BrowsableAttribute(true)>]
member Deletes : OutArgument<IEnumerable<GettingEventArgs>> with get, set
function get Deletes () : OutArgument<IEnumerable<GettingEventArgs>>
function set Deletes (value : OutArgument<IEnumerable<GettingEventArgs>>)
Property Value
Type: System.Activities.OutArgument<IEnumerable<GettingEventArgs>>
An enumerable collection of items that were deleted during the synchronization.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace