次の方法で共有


ErrorsCollectionClass.Item[Int32] プロパティ

定義

この型は、COM の相互運用性を得るためにマネージ コードが必要とするコクラスまたはコクラス メンバのラッパーです。 このクラスは、ユーザー コード内で直接使用することを意図したものではありません。

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

パラメーター

index
Int32

プロパティ値

実装

適用対象