RootEntriesChangedEventArgs(String, IReadOnlyList<Uri>) Конструктор

Определение

Инициализирует новый экземпляр класса RootEntriesChangedEventArgs.

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))

Параметры

scheme
String

Схема поставщика файловой системы, для которой изменились корневые элементы пространства имен поставщика.

rootEntries
IReadOnlyList<Uri>

Корневые элементы пространства имен поставщика.

Применяется к