IVsaError Arabirim
Not: Bu API artık kullanılmıyor.
Yürütme sırasında karşılaşılan derleme hataları erişim sağlayan IVsaEngine.Compile Method yöntemi.
Ad alanı: Microsoft.Vsa
Derleme: Microsoft.Vsa (Microsoft.Vsa.dll içinde)
Sözdizimi
'Bildirim
<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
[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
[ObsoleteAttribute(L"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(L"E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
public interface class 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")>]
type IVsaError = interface end
public interface IVsaError
IVsaError türü aşağıdaki üyeleri ortaya koyar.
Özellikler
Ad | Açıklama | |
---|---|---|
Description | Belirtecin bir başvuru hataya neden olan kaynak kodunu döndüren bazı durumlarda, hatayı kısa bir açıklamasını alır. | |
EndColumn | Bitiş sütun numarası varsa, hataya neden olan kaynak metnini alır. | |
Line | Bir hata oluştuğu satır numarasını alır. | |
LineText | Kaynak kodun Metin hataya neden satırından alır. | |
Number | Hatayı benzersiz biçimde tanımlayan bir sayı alır. | |
Severity | Hatanın önemini ayarlar. | |
SourceItem | Bir başvuru alır IVsaItem Hatayı oluşturan nesne. | |
SourceMoniker | Komut dosyası altyapısı tarafından kabul edilebilir bir biçimde hata içeren kaynak öğesini tam adını alır. | |
StartColumn | Başlangıç sütun numarası varsa, hataya neden olan kaynak metnini alır. |
Üst