GrapeCity SPREAD for Windows Forms 11.0J
Item(String) プロパティ


指定したキーに従って値を取得します。
構文
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal key As String _
) As String
'使用法
 
Dim instance As ButtonTextCollectionInfo
Dim key As String
Dim value As String
 
value = instance.Item(key)
public new string Item( 
   string key
) {get;}

パラメータ

key

プロパティ値

指定した要素のキーを示すSystem.String値。
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.