Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class ModelingErrorListItem _
Inherits ErrorTask
'Usage
Dim instance As ModelingErrorListItem
[CLSCompliantAttribute(false)]
public abstract class ModelingErrorListItem : ErrorTask
[CLSCompliantAttribute(false)]
public ref class ModelingErrorListItem abstract : public ErrorTask
public abstract class ModelingErrorListItem extends ErrorTask
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Task
Microsoft.VisualStudio.Shell.ErrorTask
Microsoft.VisualStudio.Modeling.Shell.ModelingErrorListItem
Microsoft.VisualStudio.Modeling.Shell.SerializationErrorListItem
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.