IVsaError Arabirim

Tanım

Dikkat

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.

yönteminin yürütülmesi sırasında karşılaşılan derleme hatalarına Compile() erişim sağlar.

public interface class IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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 interface IVsaError
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaError = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
type IVsaError = interface
Public Interface IVsaError
Türetilmiş
Öznitelikler

Özellikler

Name Description
Description
Geçersiz.

Hataya neden olan kaynak kodunda belirteci başvuru döndüren bazı durumlarda hatanın kısa bir açıklamasını alır.

EndColumn
Geçersiz.

Varsa hataya neden olan kaynak metnin bitiş sütun numarasını alır.

Line
Geçersiz.

Hatanın oluştuğu satır numarasını alır.

LineText
Geçersiz.

Hataya neden olan satırdan kaynak kodun metnini alır.

Number
Geçersiz.

Hatayı benzersiz olarak tanımlayan bir sayı alır.

Severity
Geçersiz.

Hatanın önem derecesini alır.

SourceItem
Geçersiz.

Hatayı oluşturan nesneye IVsaItem başvuru alır.

SourceMoniker
Geçersiz.

Hatayı içeren kaynak öğenin tam adını betik altyapısı tarafından tanınabilir bir biçimde alır.

StartColumn
Geçersiz.

Varsa hataya neden olan kaynak metnin başlangıç sütun numarasını alır.

Şunlara uygulanır