AppCaptureAlternateShortcutKeys.TakeScreenshotKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定擷取螢幕擷取畫面快捷方式鍵。
注意
此 API 不適用於所有 Windows 應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在執行時間失敗。
public:
property VirtualKey TakeScreenshotKey { VirtualKey get(); void set(VirtualKey value); };
VirtualKey TakeScreenshotKey();
void TakeScreenshotKey(VirtualKey value);
public VirtualKey TakeScreenshotKey { get; set; }
var virtualKey = appCaptureAlternateShortcutKeys.takeScreenshotKey;
appCaptureAlternateShortcutKeys.takeScreenshotKey = virtualKey;
Public Property TakeScreenshotKey As VirtualKey
屬性值
擷取螢幕擷取畫面快速鍵。