バージョン

GetValue(String,String) メソッド

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

パラメータ

id
サブオブジェクトのID(派生クラスの定数として定義)。
def
指定したIDのプロパティ値。
参照