IDOMConfiguration.ParameterNames Property
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.
The list of the parameters supported by this
DOMConfiguration
object and for which at least one value
can be set by the application.
public Org.W3c.Dom.IDOMStringList? ParameterNames { [Android.Runtime.Register("getParameterNames", "()Lorg/w3c/dom/DOMStringList;", "GetGetParameterNamesHandler:Org.W3c.Dom.IDOMConfigurationInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getParameterNames", "()Lorg/w3c/dom/DOMStringList;", "GetGetParameterNamesHandler:Org.W3c.Dom.IDOMConfigurationInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.ParameterNames : Org.W3c.Dom.IDOMStringList
Property Value
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.