RootEntriesChangedEventArgs(String, IReadOnlyList<Uri>) Construtor

Definição

Inicializa uma nova instância da classe 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))

Parâmetros

scheme
String

O esquema do provedor do sistema de arquivos para o qual os elementos raiz do namespace do provedor foram alterados.

rootEntries
IReadOnlyList<Uri>

As entradas raiz do namespace do provedor.

Aplica-se a