RootEntriesChangedEventArgs(String, IReadOnlyList<Uri>) Constructor

Definition

Initializes a new instance of the RootEntriesChangedEventArgs class.

public:
 RootEntriesChangedEventArgs(System::String ^ scheme, System::Collections::Generic::IReadOnlyList<Uri ^> ^ rootEntries);
public RootEntriesChangedEventArgs (string scheme, System.Collections.Generic.IReadOnlyList<Uri> rootEntries);
new Microsoft.VisualStudio.RpcContracts.FileSystem.RootEntriesChangedEventArgs : string * System.Collections.Generic.IReadOnlyList<Uri> -> Microsoft.VisualStudio.RpcContracts.FileSystem.RootEntriesChangedEventArgs
Public Sub New (scheme As String, rootEntries As IReadOnlyList(Of Uri))

Parameters

scheme
String

The scheme of the file system provider for which the root elements of the provider's namespace have changed.

rootEntries
IReadOnlyList<Uri>

The root entries of the provider's namespace.

Applies to