VpnCustomComboBox
VpnCustomComboBox
VpnCustomComboBox
VpnCustomComboBox
Class
Definition
VpnCustomComboBox is not supported and may be altered or unavailable in the future. Instead, use VpnCustomPromptOptionSelector.
public : sealed class VpnCustomComboBox : IVpnCustomComboBox, IVpnCustomPromptpublic sealed class VpnCustomComboBox : IVpnCustomComboBox, IVpnCustomPromptPublic NotInheritable Class VpnCustomComboBox Implements IVpnCustomComboBox, IVpnCustomPrompt// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Constructors
VpnCustomComboBox() VpnCustomComboBox() VpnCustomComboBox() VpnCustomComboBox()
Not supported.
public : VpnCustomComboBox()public VpnCustomComboBox()Public Sub New()// This API is not available in Javascript.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Properties
Bordered Bordered Bordered Bordered
Not supported.
public : PlatForm::Boolean Bordered { get; set; }public bool Bordered { get; set; }Public ReadWrite Property Bordered As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Compulsory Compulsory Compulsory Compulsory
Not supported.
public : PlatForm::Boolean Compulsory { get; set; }public bool Compulsory { get; set; }Public ReadWrite Property Compulsory As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Label Label Label Label
Not supported.
public : PlatForm::String Label { get; set; }public string Label { get; set; }Public ReadWrite Property Label As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
OptionsText OptionsText OptionsText OptionsText
Not supported.
public : IVectorView<string> OptionsText { get; set; }public IReadOnlyList<string> OptionsText { get; set; }Public ReadWrite Property OptionsText As IReadOnlyList<string>// This API is not available in Javascript.
- Value
- IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Selected Selected Selected Selected
Not supported.
public : unsigned int Selected { get; }public uint Selected { get; }Public ReadOnly Property Selected As uint// This API is not available in Javascript.
- Value
- unsigned int uint uint uint
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|