ShellNavigationSource 枚举  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 Shell 应用程序中导航事件的原因。
public enum ShellNavigationSource
	type ShellNavigationSource = 
		- 继承
 - 
				System.EnumShellNavigationSource
 
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Unknown | 0 | |
| Push | 1 | |
| Pop | 2 | |
| PopToRoot | 3 | |
| Insert | 4 | |
| Remove | 5 | |
| ShellItemChanged | 6 | |
| ShellSectionChanged | 7 | |
| ShellContentChanged | 8 |