FormErrorCollection.Count プロパティ
現在のフォームに関連付けられた FormErrorCollection オブジェクト内の FormError オブジェクトの数を取得します。
名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (microsoft.office.infopath.dll 内)
構文
'宣言
Public MustOverride ReadOnly Property Count As Integer
'使用
Dim instance As FormErrorCollection
Dim value As Integer
value = instance.Count
public abstract int Count { get; }
プロパティ値
コレクション内のエラーの数。
コメント
このメンバは制限なしでアクセスできます。
この型またはメンバは、Microsoft Office InfoPath 2007 または Web ブラウザで開いているフォームで実行されているコードからのみアクセスできます。
関連項目
参照
FormErrorCollection クラス
FormErrorCollection のメンバ
Microsoft.Office.InfoPath 名前空間