AutomationPeer.IsPeripheral 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual bool IsPeripheral() = IsPeripheral;
bool IsPeripheral();
public bool IsPeripheral();
function isPeripheral()
Public Function IsPeripheral () As Boolean
傳回
布爾值,指出自動化專案是否代表周邊UI。
備註
周邊UI隨即出現並支援用戶互動,但在出現時不會取得鍵盤焦點。 周邊UI的範例包括彈出視窗、飛出視窗、操作功能表或浮動通知。
適用於