SyncWorkspace.Replaces Property

Gets or sets an enumerable collection of items that were replaced 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 Replaces As OutArgument(Of IEnumerable(Of GettingEventArgs))
[BrowsableAttribute(true)]
public OutArgument<IEnumerable<GettingEventArgs>> Replaces { get; set; }
[BrowsableAttribute(true)]
public:
property OutArgument<IEnumerable<GettingEventArgs^>^>^ Replaces {
    OutArgument<IEnumerable<GettingEventArgs^>^>^ get ();
    void set (OutArgument<IEnumerable<GettingEventArgs^>^>^ value);
}
[<BrowsableAttribute(true)>]
member Replaces : OutArgument<IEnumerable<GettingEventArgs>> with get, set
function get Replaces () : OutArgument<IEnumerable<GettingEventArgs>>
function set Replaces (value : OutArgument<IEnumerable<GettingEventArgs>>)

Property Value

Type: System.Activities.OutArgument<IEnumerable<GettingEventArgs>>
An enumerable collection of items that were replaced during the synchronization.

.NET Framework Security

See Also

Reference

SyncWorkspace Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace