RootEntriesChangedEventArgs(String, IReadOnlyList<Uri>) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.