TreeViewItemConstructor

매뉴얼로 전환
public TreeViewItem (int id);
public TreeViewItem (int id, int depth);
public TreeViewItem (int id, int depth, string displayName);

파라미터

idUnique ID to identify this TreeViewItem with among all TreeViewItems of the TreeView. See Also id.
depthDepth of this TreeViewItem. See Also depth.
displayNameRendered name of this TreeViewItem. See Also displayName.

설명

TreeViewItem constructor.