PowerTools ActiveReports for .NET 9.0J
KeyValuePair コンストラクタ(String,Object,Boolean)

カスタムプロパティの名前を文字列として指定します。
オブジェクトの値を指定します。
ポイントがオーバーライドできるかどうかを指定します。
パラメータを指定して、KeyValuePairクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal key As String, _
   ByVal value As Object, _
   ByVal isPointOverridable As Boolean _
)
public KeyValuePair( 
   string key,
   object value,
   bool isPointOverridable
)

パラメータ

key
カスタムプロパティの名前を文字列として指定します。
value
オブジェクトの値を指定します。
isPointOverridable
ポイントがオーバーライドできるかどうかを指定します。
参照

関連項目

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

 

 


©2003-2015 GrapeCity inc. All rights reserved.