Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TreeView でノードを選択すると、代わりに親ノードから選択された子ノードへの物理パスを取得できますか? 「~/ParentNode1/ParentNOde2/SelectedChildNode」のように
ASP.netの場合ValuePath、SelectedNode のプロパティを使用します
ValuePath
Windows フォームの場合FullPathは、SelectedNode
FullPath
SelectedNode
注: FullPath プロパティは、TreeView.PathSeparator プロパティを使用して、ノードを何で区切るかを決定します。デフォルトの文字は「\」です
わかりました、 TreeView1.SelectedNode.ValuePath.ToString()