SccStatusChangedEventArgs.ChangedItems Property

Definition

Changed files (optional – can be null in which case everything under ChangeRoot should be considered changed).

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ ChangedItems { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> ChangedItems { get; }
member this.ChangedItems : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property ChangedItems As IReadOnlyCollection(Of String)

Property Value

Applies to