共用方式為


SimpleErrorListItem 建構函式

建構函式

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
Public Sub New ( _
    text As String, _
    fileName As String, _
    priority As TaskPriority, _
    category As TaskErrorCategory _
)
public SimpleErrorListItem(
    string text,
    string fileName,
    TaskPriority priority,
    TaskErrorCategory category
)

參數

  • text
    型別:System.String
    要在錯誤視窗中顯示的文字。

.NET Framework 安全性

請參閱

參考

SimpleErrorListItem 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間