IVsaError Arabirim
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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öntemin 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
Description |
Geçersiz.
Hatanın kısa bir açıklamasını alır ve bazı durumlarda hataya neden olan kaynak kodunda belirteci başvuru döndürer. |
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. |