SimulationModeFileSystem.FileSystemChanges Property

Definition

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

Property Value

IEnumerable<FileSystemChangeInformation>

Applies to