RootEntriesChangedEventArgs(String, IReadOnlyList<Uri>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.