次の方法で共有


Conflicts.Item[Int32] プロパティ

定義

コレクション内の各 Conflicts オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::Conflict ^ default[int] { Microsoft::Office::Interop::Word::Conflict ^ get(int Index); };
public Microsoft.Office.Interop.Word.Conflict this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Interop.Word.Conflict
Default Public ReadOnly Property Item(Index As Integer) As Conflict

パラメーター

Index
Int32

個々 のオブジェクトが返されます。

プロパティ値

Conflict を返します。

適用対象