BuildableItemsChangedEventArgs Oluşturucu

Tanım

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.

Şunlara uygulanır