Assigns (copies) properties from another
FieldBase to the current object.
シンタックス
'宣言
Public Overloads Sub AssignFrom( _
ByVal As FieldBase _
)
'使用法
Dim instance As FieldBase
Dim source As FieldBase
instance.AssignFrom(source)
public void AssignFrom(
FieldBase
)
パラメータ
- source
- The source object to copy properties from.
参照