PrintDocument for WinForms
Item(Int32) プロパティ


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Dictionary クラス > Item プロパティ : Item(Int32) プロパティ
インデックスに基づいて DictionaryItem オブジェクトを返します。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As DictionaryItem
'使用法
 
Dim instance As Dictionary
Dim index As System.Integer
Dim value As DictionaryItem
 
instance.Item(index) = value
 
value = instance.Item(index)
public DictionaryItem Item( 
   System.int index
) {get; set;}

パラメータ

index
参照

Dictionary クラス
Dictionary メンバ
オーバーロード一覧