AutomationPeer.IsPeripheralCore Method
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.
Provides the peer’s behavior when a Microsoft UI Automation client accesses IsPeripheral or an equivalent Microsoft UI Automation client API.
protected:
virtual bool IsPeripheralCore() = IsPeripheralCore;
bool IsPeripheralCore();
protected virtual bool IsPeripheralCore();
function isPeripheralCore()
Protected Overridable Function IsPeripheralCore () As Boolean
Returns
Boolean
bool
A Boolean value that indicates whether the automation element represents peripheral UI.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|