Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / desktop / WPF

Shortcut to generate different property snippets in Visual Studio

4.91/5 (8 votes)
13 Jan 2011CPOL 39.9K  
Shortcut to generate different property snippets in Visual Studio
These may be familiar to you. But many of you may not know the shortcut mentioned in the 2nd point here :)

1. Simple property, type prop and press tab.
2. Simple property with backing field, type propfull and press tab.
3. Simple property with private set, type propg and press tab.
4. Dependency property, type propdp and press tab.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)