@@ -123,18 +123,18 @@ where MainPage.RuntimeCapabilities.AllSupportedSdkVersions.Contains(sampleDef.SD
123
123
{
124
124
// StaticSampleName Class SampleType SampleCategory Effects FastEffects ThumbnailURL StaticSampleDescription SDKVersion Date Added Featured Tags
125
125
#if SDKVERSION_10586
126
- new SampleDefinition ( PropertySets . StaticSampleName , typeof ( PropertySets ) , SampleType . Reference , SampleCategory . APIReference , false , false , "ms-appx:///Assets/SampleThumbnails/ExpressionsAndPropertySets.PNG" , description : PropertySets . StaticSampleDescription ) ,
127
- new SampleDefinition ( PointerEnterEffects . StaticSampleName , typeof ( PointerEnterEffects ) , SampleType . EndToEnd , SampleCategory . Material , true , false , "ms-appx:///Assets/SampleThumbnails/PointerEnterExitEffects.PNG" , description : PointerEnterEffects . StaticSampleDescription ) ,
126
+ new SampleDefinition ( PropertySets . StaticSampleName , typeof ( PropertySets ) , SampleType . Reference , SampleCategory . APIReference , false , false , "ms-appx:///Assets/SampleThumbnails/ExpressionsAndPropertySets.PNG" , description : PropertySets . StaticSampleDescription , tags : new string [ 1 ] { "ExpressionBuilder" } ) ,
127
+ new SampleDefinition ( PointerEnterEffects . StaticSampleName , typeof ( PointerEnterEffects ) , SampleType . EndToEnd , SampleCategory . Material , true , false , "ms-appx:///Assets/SampleThumbnails/PointerEnterExitEffects.PNG" , description : PointerEnterEffects . StaticSampleDescription , tags : new string [ 1 ] { "ExpressionBuilder" } ) ,
128
128
new SampleDefinition ( ParallaxingListItems . StaticSampleName , typeof ( ParallaxingListItems ) , SampleType . EndToEnd , SampleCategory . Depth , false , false , "ms-appx:///Assets/SampleThumbnails/ParallaxingListviewItem.PNG" , description : ParallaxingListItems . StaticSampleDescription ) ,
129
- new SampleDefinition ( Z_OrderScrolling . StaticSampleName , typeof ( Z_OrderScrolling ) , SampleType . EndToEnd , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/Z-OrderScrolling.PNG" , description : Z_OrderScrolling . StaticSampleDescription ) ,
129
+ new SampleDefinition ( Z_OrderScrolling . StaticSampleName , typeof ( Z_OrderScrolling ) , SampleType . EndToEnd , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/Z-OrderScrolling.PNG" , description : Z_OrderScrolling . StaticSampleDescription , tags : new string [ 2 ] { "ExpressionBuilder" , "ZOrder" } ) ,
130
130
new SampleDefinition ( BasicXamlInterop . StaticSampleName , typeof ( BasicXamlInterop ) , SampleType . Reference , SampleCategory . APIReference , false , false , "ms-appx:///Assets/SampleThumbnails/BasicXAMLInterop.PNG" , description : BasicXamlInterop . StaticSampleDescription ) ,
131
131
new SampleDefinition ( ZoomWithPerspective . StaticSampleName , typeof ( ZoomWithPerspective ) , SampleType . EndToEnd , SampleCategory . Depth , false , false , "ms-appx:///Assets/SampleThumbnails/ZoomWithPerspective.PNG" , description : ZoomWithPerspective . StaticSampleDescription ) ,
132
132
new SampleDefinition ( BasicLayoutAndTransforms . StaticSampleName , typeof ( BasicLayoutAndTransforms ) , SampleType . Reference , SampleCategory . APIReference , false , false , "ms-appx:///Assets/SampleThumbnails/BasicLayoutAndTransitions.PNG" , description : BasicLayoutAndTransforms . StaticSampleDescription ) ,
133
133
new SampleDefinition ( Perspective . StaticSampleName , typeof ( Perspective ) , SampleType . Reference , SampleCategory . APIReference , false , false , "ms-appx:///Assets/SampleThumbnails/Perspective.png" , description : Perspective . StaticSampleDescription ) ,
134
134
new SampleDefinition ( ColorBloomTransition . StaticSampleName , typeof ( ColorBloomTransition ) , SampleType . EndToEnd , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/ColorBloom.jpg" , description : ColorBloomTransition . StaticSampleDescription ) ,
135
135
new SampleDefinition ( ColorSlideTransition . StaticSampleName , typeof ( ColorSlideTransition ) , SampleType . EndToEnd , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/ColorSlide.png" , description : ColorSlideTransition . StaticSampleDescription ) ,
136
136
new SampleDefinition ( FlipToReveal . StaticSampleName , typeof ( FlipToReveal ) , SampleType . EndToEnd , SampleCategory . Depth , false , false , "ms-appx:///Assets/SampleThumbnails/FlipToReveal.png" , description : FlipToReveal . StaticSampleDescription ) ,
137
- new SampleDefinition ( ConnectedAnimationShell . StaticSampleName , typeof ( ConnectedAnimationShell ) , SampleType . EndToEnd , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/ContinuityAnimations.jpg" , description : ConnectedAnimationShell . StaticSampleDescription , featured : true ) ,
137
+ new SampleDefinition ( ConnectedAnimationShell . StaticSampleName , typeof ( ConnectedAnimationShell ) , SampleType . EndToEnd , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/ContinuityAnimations.jpg" , description : ConnectedAnimationShell . StaticSampleDescription , featured : true , tags : new string [ 1 ] { "ExpressionBuilder" } ) ,
138
138
#endif
139
139
140
140
#if SDKVERSION_14393
@@ -148,7 +148,7 @@ where MainPage.RuntimeCapabilities.AllSupportedSdkVersions.Contains(sampleDef.SD
148
148
new SampleDefinition ( ForegroundFocusEffects . StaticSampleName , typeof ( ForegroundFocusEffects ) , SampleType . EndToEnd , SampleCategory . Depth , true , true , "ms-appx:///Assets/SampleThumbnails/ForegroundFocusEffects.PNG" , description : ForegroundFocusEffects . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 ) ,
149
149
new SampleDefinition ( PhotoViewer . StaticSampleName , typeof ( PhotoViewer ) , SampleType . EndToEnd , SampleCategory . Motion , true , false , "ms-appx:///Assets/SampleThumbnails/PhotoPopupViewer.PNG" , description : PhotoViewer . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 ) ,
150
150
new SampleDefinition ( ThumbnailLighting . StaticSampleName , typeof ( ThumbnailLighting ) , SampleType . EndToEnd , SampleCategory . Light , true , true , "ms-appx:///Assets/SampleThumbnails/ThumbnailLighting.jpg" , description : ThumbnailLighting . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 ) ,
151
- new SampleDefinition ( Curtain . StaticSampleName , typeof ( Curtain ) , SampleType . Reference , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/Curtain.PNG" , description : Curtain . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 ) ,
151
+ new SampleDefinition ( Curtain . StaticSampleName , typeof ( Curtain ) , SampleType . Reference , SampleCategory . Motion , false , false , "ms-appx:///Assets/SampleThumbnails/Curtain.PNG" , description : Curtain . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 , tags : new string [ 1 ] { "ExpressionBuilder" } ) ,
152
152
new SampleDefinition ( PullToAnimate . StaticSampleName , typeof ( PullToAnimate ) , SampleType . EndToEnd , SampleCategory . Depth , true , true , "ms-appx:///Assets/SampleThumbnails/PullToAnimate.jpg" , description : PullToAnimate . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 , featured : true ) ,
153
153
new SampleDefinition ( NowPlaying . StaticSampleName , typeof ( NowPlaying ) , SampleType . EndToEnd , SampleCategory . APIReference , true , true , "ms-appx:///Assets/SampleThumbnails/NowPlaying.PNG" , description : NowPlaying . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 ) ,
154
154
new SampleDefinition ( ShadowPlayground . StaticSampleName , typeof ( ShadowPlayground ) , SampleType . Reference , SampleCategory . APIReference , true , true , "ms-appx:///Assets/SampleThumbnails/ShadowPlayground.jpg" , description : ShadowPlayground . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _14393 ) ,
@@ -163,7 +163,7 @@ where MainPage.RuntimeCapabilities.AllSupportedSdkVersions.Contains(sampleDef.SD
163
163
#endif
164
164
165
165
#if SDKVERSION_15063
166
- new SampleDefinition ( Interactions3D . StaticSampleName , typeof ( Interactions3D ) , SampleType . EndToEnd , SampleCategory . Depth , false , false , "ms-appx:///Assets/SampleThumbnails/Interaction3D.PNG" , description : Interactions3D . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _15063 , featured : true ) ,
166
+ new SampleDefinition ( Interactions3D . StaticSampleName , typeof ( Interactions3D ) , SampleType . EndToEnd , SampleCategory . Depth , false , false , "ms-appx:///Assets/SampleThumbnails/Interaction3D.PNG" , description : Interactions3D . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _15063 , featured : true , tags : new string [ 2 ] { "3d" , "InteractionTracker" } ) ,
167
167
new SampleDefinition ( BorderPlayground . StaticSampleName , typeof ( BorderPlayground ) , SampleType . Reference , SampleCategory . APIReference , false , true , "ms-appx:///Assets/SampleThumbnails/BorderEffects.PNG" , description : BorderPlayground . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _15063 , dateAdded : new DateTime ( 2017 , 02 , 08 ) ) ,
168
168
new SampleDefinition ( CompCapabilities . StaticSampleName , typeof ( CompCapabilities ) , SampleType . Reference , SampleCategory . Scale , false , false , "ms-appx:///Assets/SampleThumbnails/CompositionCapabilities.PNG" , description : CompCapabilities . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _15063 , dateAdded : new DateTime ( 2017 , 02 , 08 ) , featured : true ) ,
169
169
new SampleDefinition ( TransparentWindow . StaticSampleName , typeof ( TransparentWindow ) , SampleType . EndToEnd , SampleCategory . APIReference , true , true , "ms-appx:///Assets/SampleThumbnails/TransparentWindow.PNG" , description : TransparentWindow . StaticSampleDescription , sdkVersion : RuntimeSupportedSDKs . SDKVERSION . _15063 , dateAdded : new DateTime ( 2017 , 02 , 08 ) , featured : true ) ,
0 commit comments