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