mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 00:56:03 +02:00
* Non-recursive tree traversal C# sample added * Changed formatting to reflect markdown correctly * Formatting updated * Updated sentence * Update to confirm to ESlint changes * Resolve indentation mismatch * Correctly link the xref * Added C# code snippets for iteration over TreeView * Add reference to c# code snippet * Added a ref to the code snippet for recursive c# * Fix comment * VisualBasic code snippet for TreeViewTraversal * Updated vb reference to code snippet * Cpp gitignore updated * Added cpp snippet for TreeView iteration * C# commenting out print calls * Vb commenting out print calls * Reorder Folder Structure cpp * Document updated with code snippets * C# proj prpgrp updated * VB prpgrp added * Cpp prpgrp added * Fixed typo * Add description, update date * Updating to match the two sections in style * Adding teh snippets.5000.json file * Update dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md * Update dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md Co-authored-by: Andy (Steve) De George <[email protected]>
71 lines
838 B
Plaintext
71 lines
838 B
Plaintext
docs/_build/
|
|
.idea/
|
|
*.swp
|
|
rebuild.cmd
|
|
|
|
# Business Intelligence projects
|
|
*.rdl.data
|
|
*.bim.layout
|
|
*.bim_*.settings
|
|
|
|
_site/
|
|
api/
|
|
_themes/
|
|
_themes.pdf/
|
|
_csharplang/
|
|
_vblang/
|
|
log/
|
|
.optemp/
|
|
.openpublishing.buildcore.ps1
|
|
# Spelling add-on file for Visual Studio Code.
|
|
spell.json
|
|
samples/framework/docker/MVCRandomAnswerGenerator/containerImage
|
|
.DS_Store
|
|
_dependentPackages/
|
|
!/xml/System.IO.Log/
|
|
!/xml/System.Net.Cache/
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
|
|
# Visual Studio 2019
|
|
.vs
|
|
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
*.sln
|
|
*.user
|
|
|
|
# C++
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# Visual Studio Files
|
|
Debug
|
|
Release
|
|
*.suo
|
|
*.csproj.user
|
|
*.vbproj.user
|
|
ipch
|
|
*sdf
|