SccStatusChangedEventArgs.ChangedItems Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Arquivos alterados (opcional – pode ser nulo nesse caso tudo em ChangeRoot deve ser considerado alterado)
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)