バージョン

CloneDiagramItemProperties(DiagramItem,DiagramItem,Boolean) メソッド

コンテンツを含む/除外してダイアグラム項目のプロパティ値をクローンします。
シンタックス
'宣言
 
Protected Friend Overloads Shared Sub CloneDiagramItemProperties( _
   ByVal source As DiagramItem, _
   ByVal target As DiagramItem, _
   ByVal cloneContent As Boolean _
) 
protected internal static void CloneDiagramItemProperties( 
   DiagramItem source,
   DiagramItem target,
   bool cloneContent
)

パラメータ

source
ソース ダイアグラム項目。
target
ターゲット ダイアグラム項目。
cloneContent
コンテンツのクローンを含む/除外します。
参照