PrintDocument for WinForms
AssignFrom メソッド (FieldCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.DataBinding 名前空間 > FieldCollection クラス : AssignFrom メソッド
プロパティのコピー元のソースオブジェクト。
別の FieldCollectionからのプロパティを現在のオブジェクトに割り当てます(コピーします)。
シンタックス
'宣言
 
Public Overrides Sub AssignFrom( _
   ByVal source As OwnedCollectionBase _
) 
'使用法
 
Dim instance As FieldCollection
Dim source As OwnedCollectionBase
 
instance.AssignFrom(source)
public override void AssignFrom( 
   OwnedCollectionBase source
)

パラメータ

source
プロパティのコピー元のソースオブジェクト。
参照

FieldCollection クラス
FieldCollection メンバ