Skip to content

Commit

Permalink
Manual fixes for autosnippet tags
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbatgit committed Feb 8, 2017
1 parent 63e9282 commit 7f3cdf5
Show file tree
Hide file tree
Showing 65 changed files with 2,486 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async void OnDeferredImageRequestedHandler(DataProviderRequest request)
}
}
//</SnippetShareFileFunction>
//</SSnippetShareFileFunction_CS>
//</SnippetShareFileFunction_CS>
protected override void OnNavigatedTo(NavigationEventArgs e)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HTML content often contains references to other files. The most common example i
## -examples


[!code-cs[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareHTML.xaml.cs#SnippetHowToShareHtml)]
[!code-cs[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareHTML.xaml.cs#SnippetHowToShareHtml_CS)]

[!code-js[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/javascript/js/ShareHtml.js#SnippetHowToShareHtml)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The **SetDataProvider** method is different from the [GetDeferral](datarequest_g
## -examples


[!code-cs[HowToShareFiles](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareFiles.xaml.cs#SnippetHowToShareFiles)]
[!code-cs[HowToShareFiles](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareFiles.xaml.cs#SnippetHowToShareFiles_CS)]

[!code-js[HowToShareFiles](../windows.applicationmodel.datatransfer/code/ShareMainBeta/javascript/js/ShareFiles.js#SnippetHowToShareFiles)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If your app supports selection or copying/pasting of HTML content that contains
## -examples


[!code-cs[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareHTML.xaml.cs#SnippetHowToShareHtml)]
[!code-cs[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareHTML.xaml.cs#SnippetHowToShareHtml_CS)]

[!code-js[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/javascript/js/ShareHtml.js#SnippetHowToShareHtml)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A string representing the formatted HTML.
## -examples


[!code-cs[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareHTML.xaml.cs#SnippetHowToShareHtml)]
[!code-cs[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareHTML.xaml.cs#SnippetHowToShareHtml_CS)]

[!code-js[HowToShareHtml](../windows.applicationmodel.datatransfer/code/ShareMainBeta/javascript/js/ShareHtml.js#SnippetHowToShareHtml)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This example demonstrates the use of the **StorageItems** property. To use the c



[!code-cs[HowToShareFiles](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareFiles.xaml.cs#SnippetHowToShareFiles)]
[!code-cs[HowToShareFiles](../windows.applicationmodel.datatransfer/code/ShareMainBeta/cs/ShareFiles.xaml.cs#SnippetHowToShareFiles_CS)]

[!code-js[HowToShareFiles](../windows.applicationmodel.datatransfer/code/ShareMainBeta/javascript/js/ShareFiles.js#SnippetHowToShareFiles)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void Scenario1::ScenarioStartScanButton_Click(Platform::Object^ sender, Windows:
}
//</SnippetSetupBarcodeScanner>

/


/// <summary>
/// Event handler for the Release Device Requested event fired when barcode scanner receives Claim request from another application
Expand Down
2 changes: 0 additions & 2 deletions windows.devices.wifidirect/wifidirectdevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ You must enable the **Proximity** capability to communicate with Wi-Fi Direct de

[!code-cs[2](../windows.devices.wifidirect/code/WiFiDirect_Device/cs/MainPage.xaml.cs#Snippet2)]

[!code-js[2](../windows.devices.wifidirect/code/WiFiDirect_Device/js/default.js#Snippet2)]

[!code-js[2_JS](../windows.devices.wifidirect/code/WiFiDirect_Device/js/default.js#Snippet2_JS)]

## -see-also
Expand Down
2 changes: 1 addition & 1 deletion windows.media.capture/mediacapture.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following code sample shows how to create and initialize a **MediaCapture**



[!code-cs[MediaCaptureVideo_InitMCobject](../windows.media.capture/code/MediaCaptureVideo/csharp/MainPage.xaml.cs#SnippetMediaCaptureVideo_InitMCobject)]
[!code-cs[MediaCaptureVideo_InitMCobject](../windows.media.capture/code/MediaCaptureVideo/csharp/MainPage.xaml.cs#SnippetMediaCaptureVideo_InitMCobjectCS)]

[!code-js[MediaCaptureVideo_InitMCobject](../windows.media.capture/code/MediaCaptureVideo/javascript/default.js#SnippetMediaCaptureVideo_InitMCobject)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following example initializes the **MediaCaptureInitializationSettings**. Ca



[!code-cs[MediaCaptureVideo_InitSettings](../windows.media.capture/code/MediaCaptureVideo/csharp/MainPage.xaml.cs#SnippetMediaCaptureVideo_InitSettings)]
[!code-cs[MediaCaptureVideo_InitSettings](../windows.media.capture/code/MediaCaptureVideo/csharp/MainPage.xaml.cs#SnippetMediaCaptureVideo_InitSettingsCS)]

[!code-js[MediaCaptureVideo_InitSettings](../windows.media.capture/code/MediaCaptureVideo/javascript/default.js#SnippetMediaCaptureVideo_InitSettings)]

Expand Down
6 changes: 3 additions & 3 deletions windows.media.playto/playtosource.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ For an example of using the [PlayToSource](playtosource.md) class, see [Streamin
## -examples


[!code-cs[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetSlideShow)]
[!code-cs[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetSlideShow_CS)]

[!code-js[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/javascript/default.js#SnippetSlideShow)]

[!code-vb[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/vbnet/MainPage.xaml.vb#SnippetSlideShow)]
[!code-vb[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/vbnet/MainPage.xaml.vb#SnippetSlideShow_CS)]

[!code-cs[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetPlayToContract)]
[!code-cs[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetPlayToContract_CS)]

[!code-js[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/javascript/default.js#SnippetPlayToContract)]

Expand Down
4 changes: 2 additions & 2 deletions windows.media.playto/playtosource_next.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ For an example of using the [Next](playtosource_next.md) property, see [Streamin
## -examples


[!code-cs[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetPlayToContract)]
[!code-cs[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetPlayToContract_CS)]

[!code-js[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/javascript/default.js#SnippetPlayToContract)]

[!code-vb[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/vbnet/MainPage.xaml.vb#SnippetPlayToContract)]
[!code-vb[PlayToContract](../windows.media.playto/code/PlayTo_SlideShow1/vbnet/MainPage.xaml.vb#SnippetPlayToContract_CS)]

## -see-also
[Play To sample](http://go.microsoft.com/fwlink/p/?linkid=245166), [PlayToReceiver sample](http://go.microsoft.com/fwlink/p/?linkid=245167), [Media Server sample](http://go.microsoft.com/fwlink/p/?linkid=245168)
4 changes: 2 additions & 2 deletions windows.media.playto/playtosource_playnext_1668020201.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ For an example of using the [Next](playtosource_next.md) property, see [Streamin
## -examples


[!code-cs[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetSlideShow)]
[!code-cs[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/csharp/MainPage.xaml.cs#SnippetSlideShow_CS)]

[!code-js[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/javascript/default.js#SnippetSlideShow)]

[!code-vb[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/vbnet/MainPage.xaml.vb#SnippetSlideShow)]
[!code-vb[SlideShow](../windows.media.playto/code/PlayTo_SlideShow1/vbnet/MainPage.xaml.vb#SnippetSlideShow_CS)]

## -see-also
[Play To sample](http://go.microsoft.com/fwlink/p/?linkid=245166), [PlayToReceiver sample](http://go.microsoft.com/fwlink/p/?linkid=245167), [Media Server sample](http://go.microsoft.com/fwlink/p/?linkid=245168)
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ If you call the [CreateWatcher](peerfinder_createwatcher.md) method multiple tim

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

## -examples
Expand Down
1 change: 0 additions & 1 deletion windows.networking.proximity/peerfinder_discoverydata.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ User or device data to include during device discovery. Must be less than 32 byt

[!code-cs[PeerRole_CS](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/csharp/PeerRole.xaml.cs#SnippetPeerRole_CS)]

[!code-cs[PeerRole](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/csharp/PeerRole.xaml.cs#SnippetPeerRole)]

[!code-js[PeerRole](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/js/peerrole.js#SnippetPeerRole)]

Expand Down
1 change: 0 additions & 1 deletion windows.networking.proximity/peerfinder_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ In a multi-peer app scenario, the Role identifies the capability of the apps to

[!code-cs[PeerRole_CS](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/csharp/PeerRole.xaml.cs#SnippetPeerRole_CS)]

[!code-cs[PeerRole](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/csharp/PeerRole.xaml.cs#SnippetPeerRole)]

[!code-js[PeerRole](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/js/peerrole.js#SnippetPeerRole)]

Expand Down
2 changes: 0 additions & 2 deletions windows.networking.proximity/peerrole.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ In a multi-peer app scenario, the Role identifies the capability of the apps to

[!code-cs[PeerRole_CS](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/csharp/PeerRole.xaml.cs#SnippetPeerRole_CS)]

[!code-cs[PeerRole](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/csharp/PeerRole.xaml.cs#SnippetPeerRole)]

[!code-js[PeerRole](../windows.networking.proximity/code/Proximity_FindAllPeersAsync1/js/peerrole.js#SnippetPeerRole)]

## -see-also
Expand Down
1 change: 0 additions & 1 deletion windows.networking.proximity/peerwatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ To create an instance of the [PeerWatcher](peerwatcher.md) class, call the [Peer

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

Expand Down
6 changes: 3 additions & 3 deletions windows.networking.proximity/peerwatcher_added.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ After you start the [PeerWatcher](peerwatcher.md)by calling the [Start](peerfind

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]
[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-cs[_PeerWatcherAdded](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_PeerWatcherAdded)]

[!code-js[_PeerWatcherAdded](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherAdded)]
[!code-js[_PeerWatcherAdded](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherAdded_JS)]


[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-js[_PeerWatcherAdded_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherAdded_JS)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ Occurs after a scan operation is complete and all peer apps within wireless rang

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]
[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-cs[_PeerWatcherEnumerationCompleted](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_PeerWatcherEnumerationCompleted)]

[!code-js[_PeerWatcherEnumerationCompleted](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherEnumerationCompleted)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-js[_PeerWatcherEnumerationCompleted_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherEnumerationCompleted_JS)]

Expand Down
6 changes: 1 addition & 5 deletions windows.networking.proximity/peerwatcher_removed.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ The [Removed](peerwatcher_removed.md) event is raised when a peer app is removed

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]
[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-cs[_PeerWatcherRemoved](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_PeerWatcherRemoved)]

[!code-js[_PeerWatcherRemoved](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherRemoved)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-js[_PeerWatcherRemoved_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherRemoved_JS)]

## -examples
Expand Down
2 changes: 0 additions & 2 deletions windows.networking.proximity/peerwatcher_start_1587696324.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ You can use the [Status](peerwatcher_status.md) property to determine the status

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

## -examples
Expand Down
4 changes: 2 additions & 2 deletions windows.networking.proximity/peerwatcher_stop_1201535524.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Stop dynamically searching for peer apps within wireless range.

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]
[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-cs[_StopPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StopPeerWatcher)]

[!code-js[_StopPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StopPeerWatcher)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]


[!code-js[_StopPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StopPeerWatcher_JS)]

Expand Down
6 changes: 1 addition & 5 deletions windows.networking.proximity/peerwatcher_stopped.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ You can call the [Stop](peerwatcher_stop.md) method to stop the [PeerWatcher](pe

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]
[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-cs[_PeerWatcherStopped](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_PeerWatcherStopped)]

[!code-js[_PeerWatcherStopped](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherStopped)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-js[_PeerWatcherStopped_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherStopped_JS)]

## -examples
Expand Down
6 changes: 1 addition & 5 deletions windows.networking.proximity/peerwatcher_updated.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ The [Updated](peerwatcher_updated.md) event is raised when the [DisplayName](pee

[!code-cs[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_StartPeerWatcher)]

[!code-js[_StartPeerWatcher](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher)]
[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-cs[_PeerWatcherUpdated](../windows.networking.proximity/code/Proximity_PeerWatcher/cs/MainPage.xaml.cs#Snippet_PeerWatcherUpdated)]

[!code-js[_PeerWatcherUpdated](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherUpdated)]

[!code-js[_StartPeerWatcher_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_StartPeerWatcher_JS)]

[!code-js[_PeerWatcherUpdated_JS](../windows.networking.proximity/code/Proximity_PeerWatcher/js/default.js#Snippet_PeerWatcherUpdated_JS)]

## -examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ The following example shows a method that requests fingerprint verification and

[!code-cs[2](../windows.security.credentials.ui/code/BiometricAuth/cs/MainPage.xaml.cs#Snippet2)]

[!code-js[2](../windows.security.credentials.ui/code/BiometricAuth/js/default.js#Snippet2)]

[!code-js[2_JS](../windows.security.credentials.ui/code/BiometricAuth/js/default.js#Snippet2_JS)]

Expand Down
1 change: 0 additions & 1 deletion windows.security.credentials.ui/userconsentverifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The following example shows a method that requests fingerprint verification and

[!code-cs[2](../windows.security.credentials.ui/code/BiometricAuth/cs/MainPage.xaml.cs#Snippet2)]

[!code-js[2](../windows.security.credentials.ui/code/BiometricAuth/js/default.js#Snippet2)]

[!code-js[2_JS](../windows.security.credentials.ui/code/BiometricAuth/js/default.js#Snippet2_JS)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ The following example shows a method that checks to see if fingerprint authentic

[!code-cs[1](../windows.security.credentials.ui/code/BiometricAuth/cs/MainPage.xaml.cs#Snippet1)]

[!code-js[1](../windows.security.credentials.ui/code/BiometricAuth/js/default.js#Snippet1)]

[!code-js[1_JS](../windows.security.credentials.ui/code/BiometricAuth/js/default.js#Snippet1_JS)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ If you save a new copy of a file as the result of a "save as" operation, the sel

[!code-cs[_CopyProtection](../windows.security.enterprisedata/code/SelectiveWipeSnippets/cs/MainPage.xaml.cs#Snippet_CopyProtection)]

[!code-js[_CopyProtection](../windows.security.enterprisedata/code/SelectiveWipeSnippets/js/default.js#Snippet_CopyProtection)]

[!code-js[_CopyProtection_JS](../windows.security.enterprisedata/code/SelectiveWipeSnippets/js/default.js#Snippet_CopyProtection_JS)]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ You can use the [GetStatusAsync](filerevocationmanager_getstatusasync.md) method

[!code-cs[_Global](../windows.security.enterprisedata/code/SelectiveWipeSnippets/cs/MainPage.xaml.cs#Snippet_Global)]

[!code-js[_Global](../windows.security.enterprisedata/code/SelectiveWipeSnippets/js/default.js#Snippet_Global)]

[!code-cs[_GetStatus](../windows.security.enterprisedata/code/SelectiveWipeSnippets/cs/MainPage.xaml.cs#Snippet_GetStatus)]

[!code-js[_GetStatus](../windows.security.enterprisedata/code/SelectiveWipeSnippets/js/default.js#Snippet_GetStatus)]




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,9 @@ You can use the [ProtectAsync](filerevocationmanager_protectasync.md) method to

[!code-cs[_Global](../windows.security.enterprisedata/code/SelectiveWipeSnippets/cs/MainPage.xaml.cs#Snippet_Global)]

[!code-js[_Global](../windows.security.enterprisedata/code/SelectiveWipeSnippets/js/default.js#Snippet_Global)]

[!code-cs[_Protect](../windows.security.enterprisedata/code/SelectiveWipeSnippets/cs/MainPage.xaml.cs#Snippet_Protect)]

[!code-js[_Protect](../windows.security.enterprisedata/code/SelectiveWipeSnippets/js/default.js#Snippet_Protect)]



[!code-js[_Global_JS](../windows.security.enterprisedata/code/SelectiveWipeSnippets/js/default.js#Snippet_Global_JS)]

Expand Down
Loading

0 comments on commit 7f3cdf5

Please sign in to comment.