BaseCodeGeneratorWithSite.ErrorList 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.
Important
This API is not CLS-compliant.
Get the Vs ErrorList object
protected:
property Microsoft::VisualStudio::Shell::Interop::IVsErrorList ^ ErrorList { Microsoft::VisualStudio::Shell::Interop::IVsErrorList ^ get(); };
protected:
property Microsoft::VisualStudio::Shell::Interop::IVsErrorList ^ ErrorList { Microsoft::VisualStudio::Shell::Interop::IVsErrorList ^ get(); };
[System.CLSCompliant(false)]
protected Microsoft.VisualStudio.Shell.Interop.IVsErrorList ErrorList { get; }
protected Microsoft.VisualStudio.Shell.Interop.IVsErrorList ErrorList { get; }
[<System.CLSCompliant(false)>]
member this.ErrorList : Microsoft.VisualStudio.Shell.Interop.IVsErrorList
member this.ErrorList : Microsoft.VisualStudio.Shell.Interop.IVsErrorList
Protected ReadOnly Property ErrorList As IVsErrorList
Property Value
- Attributes