ModelingErrorListProvider.AddItem(ModelingErrorListItem) Method
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.
Add a new item to the list.
public:
void AddItem(Microsoft::VisualStudio::Modeling::Shell::ModelingErrorListItem ^ newItem);
public void AddItem (Microsoft.VisualStudio.Modeling.Shell.ModelingErrorListItem newItem);
member this.AddItem : Microsoft.VisualStudio.Modeling.Shell.ModelingErrorListItem -> unit
Public Sub AddItem (newItem As ModelingErrorListItem)
Parameters
- newItem
- ModelingErrorListItem
Item to be added.