BuildableItemsChangedEventArgs.RemovedBuildableItemIds Property
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.
Gets the list of buildable items that have been removed.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ RemovedBuildableItemIds { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> RemovedBuildableItemIds { get; }
member this.RemovedBuildableItemIds : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property RemovedBuildableItemIds As IReadOnlyList(Of String)