IDOMConfiguration.GetParameter(String) 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.
Return the value of a parameter if known.
[Android.Runtime.Register("getParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetParameter_Ljava_lang_String_Handler:Org.W3c.Dom.IDOMConfigurationInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object? GetParameter (string? name);
[<Android.Runtime.Register("getParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetParameter_Ljava_lang_String_Handler:Org.W3c.Dom.IDOMConfigurationInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetParameter : string -> Java.Lang.Object
Parameters
- name
- String
The name of the parameter.
Returns
The current object associated with the specified parameter or
null
if no object has been associated or if the
parameter is not supported.
- Attributes
Exceptions
NOT_FOUND_ERR: Raised when the parameter name is not recognized.
Remarks
Return the value of a parameter if known.
Java documentation for org.w3c.dom.DOMConfiguration.getParameter(java.lang.String)
.
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.