Sdílet prostřednictvím


BuildableItemsChangedEventArgs Constructor

Definition

Initializes a new instance of the BuildableItemsChangedEventArgs class.

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

Parameters

removedBuildableItemIds
IReadOnlyList<String>

The list of buildable items that have been removed.

updatedBuildableItems
IReadOnlyList<BuildableItem>

The buildable items that have changed.

Applies to