PowerTools PlusPak for Windows Forms 8.0J
Item プロパティ (CalendarNoteStyleCollection)

コレクションから取得する NoteStyle の名前。
指定した名前を持つメモスタイルをコレクションから取得します。
構文
Public Shadows ReadOnly Default Property Item( _
   ByVal name As String _
) As NoteStyle
public new NoteStyle this[ 
   string name
]; {get;}

パラメータ

name
コレクションから取得する NoteStyle の名前。

プロパティ値

指定した名前を持つ NoteStyle
例外
例外解説
System.ArgumentNullException指定された名前が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentException 指定された名前に対応するメモスタイルがコレクションに存在しません。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

CalendarNoteStyleCollection クラス
CalendarNoteStyleCollection メンバ

Send Feedback