BuildableItemsChangedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.