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 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
- 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