FileSystemChangeTracker.Changes Property

Definition

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::FileSystemChange::FileSystemChangeInformation ^> ^ Changes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::FileSystemChange::FileSystemChangeInformation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation> Changes { get; }
member this.Changes : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation>
Public ReadOnly Property Changes As IEnumerable(Of FileSystemChangeInformation)

Property Value

IEnumerable<FileSystemChangeInformation>

Implements

Applies to