HostedApplication.OnCompilerError(IVsaError) Method
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.
Caution
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
On Compiler error
public:
bool OnCompilerError(Microsoft::Vsa::IVsaError ^ error);
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public bool OnCompilerError (Microsoft.Vsa.IVsaError error);
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
member this.OnCompilerError : Microsoft.Vsa.IVsaError -> bool
Public Function OnCompilerError (error As IVsaError) As Boolean
Parameters
- error
- IVsaError
IVsa Error object
Returns
Boolean
- Attributes
Remarks
Used by IVsaSite interface