PowerTools MultiRow for Windows Forms 8.0J
Item プロパティ (ShortcutDictionary)

取得または設定する値のキー。
指定したキーに関連付けられている値を取得または設定します。
構文
Public Default Property Item( _
   ByVal key As Keys _
) As String
public string this[ 
   Keys key
]; {get; set;}

パラメータ

key
取得または設定する値のキー。

プロパティ値

指定したキーに関連付けられている値。
例外
例外解説
System.ArgumentNullExceptionkey が null 参照 (Visual Basicでは Nothing) 参照 (Visual Basic では Nothing) です。
System.ArgumentException キーが無効な値です。
参照

ShortcutDictionary クラス
ShortcutDictionary メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.