Share via


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

适用于