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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelingErrorListProvider Class