'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As FormattedTextParagraph
public FormattedTextParagraph this[ System.int index ]; {get;}
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index が 0 未満、またはコレクションに含まれる段落数以上の値です。 |
オンラインで表示: GitHub