IVsaError Interface
.NET Framework 3.0
NOTE: This interface is now obsolete.
Provides access to compilation errors encountered during execution of the IVsaEngine.Compile Method method. Namespace: Microsoft.VsaAssembly: Microsoft.Vsa (in microsoft.vsa.dll)
'Declaration <ObsoleteAttribute("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.")> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ <GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")> _ Public Interface IVsaError 'Usage Dim instance As IVsaError
/** @attribute ObsoleteAttribute("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.") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74") */
public interface IVsaError
ObsoleteAttribute("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.") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74") public interface IVsaError
Not applicable.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: