ModelingErrorListProvider.AddItem Method

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public Sub AddItem ( _
    newItem As ModelingErrorListItem _
)
'使用
Dim instance As ModelingErrorListProvider
Dim newItem As ModelingErrorListItem

instance.AddItem(newItem)
public void AddItem(
    ModelingErrorListItem newItem
)
public:
void AddItem(
    ModelingErrorListItem^ newItem
)
public function AddItem(
    newItem : ModelingErrorListItem
)

Parameters

Permissions

See Also

Reference

ModelingErrorListProvider Class

ModelingErrorListProvider Members

Microsoft.VisualStudio.Modeling.Shell Namespace