DkmBreakpointFileUpdateNotification.FilePaths Property

Definition

File path to the various files which have been updated.

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

Property Value

Returns ReadOnlyCollection<T>.

Applies to