RootEntriesChangedEventArgs(String, IReadOnlyList<Uri>) Oluşturucu

Tanım

RootEntriesChangedEventArgs sınıfının yeni bir örneğini başlatır.

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

Parametreler

scheme
String

Sağlayıcı ad alanı kök öğelerinin değiştiği dosya sistemi sağlayıcısının şeması.

rootEntries
IReadOnlyList<Uri>

Sağlayıcının ad alanının kök girdileri.

Şunlara uygulanır