次の方法で共有


Errors.Item[Int32] プロパティ

定義

コレクションから指定した ErrorObject オブジェクトへの参照を取得します。

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::ErrorObject ^ default[int] { Microsoft::Office::Interop::InfoPath::SemiTrust::ErrorObject ^ get(int index); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject this[int index] { get; }
member this.Item(int) : Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject
Default Public ReadOnly Property Item(index As Integer) As ErrorObject

パラメーター

index
Int32

コレクションのメンバー ErrorsCollection の位置を指定する式 引数は、0 からプロパティの値から 1 を引いた数値 Count にする必要があります。

プロパティ値

Item プロパティはコレクションの既定のErrorsCollectionプロパティであるため、次のように使用できます。

Error nextError = thisXDocument.Errors[i];

注釈

引数に指定された値が index コレクションの既存のメンバーと一致しない場合は、エラーが発生します。

Item メソッドが返す Error オブジェクトへの参照を設定した後は、このオブジェクトのすべてのプロパティおよびメソッドにアクセスできます。

重要: このメンバーには制限なしでアクセスできます。

適用対象