DkmBreakpointFileUpdateNotification.Create Method

Definition

Create a new DkmBreakpointFileUpdateNotification object instance.

public:
 static Microsoft::VisualStudio::Debugger::Breakpoints::DkmBreakpointFileUpdateNotification ^ Create(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ FilePaths);
public static Microsoft.VisualStudio.Debugger.Breakpoints.DkmBreakpointFileUpdateNotification Create (System.Collections.ObjectModel.ReadOnlyCollection<string> FilePaths);
static member Create : System.Collections.ObjectModel.ReadOnlyCollection<string> -> Microsoft.VisualStudio.Debugger.Breakpoints.DkmBreakpointFileUpdateNotification
Public Shared Function Create (FilePaths As ReadOnlyCollection(Of String)) As DkmBreakpointFileUpdateNotification

Parameters

FilePaths
ReadOnlyCollection<String>

[In] File path to the various files which have been updated.

Returns

[Out] Result of this method call.

Applies to