ModelingDocData.ErrorListProvider 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 ErrorListProvider for doc data, which can be used to report error/warning messages to VS Error List window.
public:
 property Microsoft::VisualStudio::Modeling::Shell::ModelingErrorListProvider ^ ErrorListProvider { Microsoft::VisualStudio::Modeling::Shell::ModelingErrorListProvider ^ get(); };[set: System.Diagnostics.DebuggerStepThrough]
public Microsoft.VisualStudio.Modeling.Shell.ModelingErrorListProvider ErrorListProvider { [System.Diagnostics.DebuggerStepThrough] get; }[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.ErrorListProvider : Microsoft.VisualStudio.Modeling.Shell.ModelingErrorListProviderPublic ReadOnly Property ErrorListProvider As ModelingErrorListProviderProperty Value
- Attributes