IVpnCustomPromptElement Interface
Definition
Provides a common interface for all UI element objects used in the VpnChannel.RequestCustomPromptAsync method.
public interface class IVpnCustomPromptElement
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1941788216, 28420, 16461, 147, 221, 80, 164, 73, 36, 163, 139)]
struct IVpnCustomPromptElement
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1941788216, 28420, 16461, 147, 221, 80, 164, 73, 36, 163, 139)]
public interface IVpnCustomPromptElement
Public Interface IVpnCustomPromptElement
- Derived
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
networkingVpnProvider
|
Properties
Compulsory |
Gets or sets whether the object is required to receive input before continuing the UI flow. |
DisplayName |
Gets or sets the text label of the input UI element. |
Emphasized |
Gets or sets whether the UI element is emphasized (bordered) or not. |