For internal use. Assigns properties of object to the object.
シンタックス
'宣言
Public Shared Sub Assign( _
ByRef As ShapeBase, _
ByVal As ShapeBase, _
ByVal As System.ComponentModel.PropertyChangedEventHandler _
)
'使用法
Dim dst As ShapeBase
Dim src As ShapeBase
Dim pceh As System.ComponentModel.PropertyChangedEventHandler
ShapeBase.Assign(dst, src, pceh)
public static void Assign(
ref ShapeBase ,
ShapeBase ,
System.ComponentModel.PropertyChangedEventHandler
)
パラメータ
- dst
- The destination ShapeBase object.
- src
- The source ShapeBase object.
- pceh
- The System.ComponentModel.PropertyChangedEventHandler event handler which should be added to the dst.PropertyChanged event.
参照