RefactoringErrorCategory 列挙体

RefactoringErrorCategory は、エラー メッセージが表示される場所 ([変更のプレビュー] ダイアログ ボックス、イベント ログなど) を指定します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Enumeration RefactoringErrorCategory
'使用
Dim instance As RefactoringErrorCategory
public enum RefactoringErrorCategory
public enum class RefactoringErrorCategory
public enum RefactoringErrorCategory

メンバ

メンバ名 説明
PreviewWarning [変更のプレビュー] ダイアログ ボックスにエラーを表示することを示します。
EventLogInformation イベント ログにエラーを表示することを示します。

解説

これらの値は、同時には指定できません。 1 つのエラーを [変更のプレビュー] ダイアログ ボックスとイベント ログの両方に表示することは指定できません。

参照

参照

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間