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
'Декларация
<BrowsableAttribute(True)> _
Public Property Replaces As OutArgument(Of IEnumerable(Of GettingEventArgs))
Get
Set
[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