バージョン

GetValue(Int32,Int32) メソッド

派生クラスの定数として定義した文字列IDに基づいて、ClientStateからプロパティ値を取得します。
シンタックス
'宣言
 
Protected Overloads Function GetValue( _
   ByVal index As Integer, _
   ByVal def As Integer _
) As Integer
protected int GetValue( 
   int index,
   int def
)

パラメータ

index
サブオブジェクトのインデクス(派生クラスの列挙体として定義)。
def
指定したインデクスのプロパティ値。
参照