Share via


HostedApplication.OnCompilerError(IVsaError) Method

Definition

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

Applies to