AppCaptureAlternateShortcutKeys.SaveHistoricalVideoKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the save historical video shortcut key.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public:
property VirtualKey SaveHistoricalVideoKey { VirtualKey get(); void set(VirtualKey value); };
VirtualKey SaveHistoricalVideoKey();
void SaveHistoricalVideoKey(VirtualKey value);
public VirtualKey SaveHistoricalVideoKey { get; set; }
var virtualKey = appCaptureAlternateShortcutKeys.saveHistoricalVideoKey;
appCaptureAlternateShortcutKeys.saveHistoricalVideoKey = virtualKey;
Public Property SaveHistoricalVideoKey As VirtualKey
Property Value
The save historical video shortcut key.
Windows requirements
App capabilities |
appCaptureSettings
|