'宣言 Public Overrides Sub AssignFrom( _ ByVal source As LayoutChangeBase _ )
'使用法 Dim instance As LayoutChangeNewPage Dim source As LayoutChangeBase instance.AssignFrom(source)
public override void AssignFrom( LayoutChangeBase source )
パラメータ
- source
- The source object to copy properties from.