バージョン

Item プロパティ (RichTextStyleCollection)

指定した id の RichTextStyleBase を取得します。
シンタックス
'宣言
 
Public Shadows Default Property Item( _
   ByVal id As String _
) As RichTextStyleBase
public new RichTextStyleBase this[ 
   string id
]; {get; set;}

パラメータ

id
取得するコレクションの RichTextStyleBase の Id。

プロパティ値

指定した id の RichTextStyleBase インスタンス。そのようなインスタンスが見つからなかった場合 null。
参照