BuildableItemsChangedEventArgs 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.
BuildableItemsChangedEventArgs sınıfının yeni bir örneğini başlatır.
public:
BuildableItemsChangedEventArgs(System::Collections::Generic::IReadOnlyList<System::String ^> ^ removedBuildableItemIds, System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Build::BuildableItem ^> ^ updatedBuildableItems);
public BuildableItemsChangedEventArgs (System.Collections.Generic.IReadOnlyList<string> removedBuildableItemIds, System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Build.BuildableItem> updatedBuildableItems);
new Microsoft.VisualStudio.RpcContracts.Build.BuildableItemsChangedEventArgs : System.Collections.Generic.IReadOnlyList<string> * System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Build.BuildableItem> -> Microsoft.VisualStudio.RpcContracts.Build.BuildableItemsChangedEventArgs
Public Sub New (removedBuildableItemIds As IReadOnlyList(Of String), updatedBuildableItems As IReadOnlyList(Of BuildableItem))
Parametreler
- removedBuildableItemIds
- IReadOnlyList<String>
Kaldırılmış olan öğeleri içeren liste.
- updatedBuildableItems
- IReadOnlyList<BuildableItem>
Değiştirilmiş olan öğeler.