エラーと警告の最大数を取得および設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Property MaxErrorsAndWarnings As Integer
'使用
Dim instance As OADataConnectionOptions
Dim value As Integer
value = instance.MaxErrorsAndWarnings
instance.MaxErrorsAndWarnings = value
public int MaxErrorsAndWarnings { get; set; }
public:
property int MaxErrorsAndWarnings {
int get ();
void set (int value);
}
public function get MaxErrorsAndWarnings () : int
public function set MaxErrorsAndWarnings (value : int)
プロパティ値
型 : System.Int32