Breaks.Item[Int32] 属性

定义

返回集合中的 Breaks 单个 对象。

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

参数

Index
Int32

单个对象的序号位置。

属性值

适用于