バージョン

GetValue(Int32,Unit,Boolean) メソッド

int (enum) を使用して ClientState からプロパティ値を取得します。
シンタックス
'宣言
 
Protected Overloads Function GetValue( _
   ByVal index As Integer, _
   ByVal def As Unit, _
   ByVal allowNegative As Boolean _
) As Unit
protected Unit GetValue( 
   int index,
   Unit def,
   bool allowNegative
)

パラメータ

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