GetInputExtras Method (C1MaskedTextView)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("getInputExtras",
"(Z)Landroid/os/Bundle;",
"GetGetInputExtras_ZHandler",
ApiSince=3)>
Public Overridable Function GetInputExtras( _
ByVal As Boolean _
) As Android.OS.Bundle
'Usage
Dim instance As C1MaskedTextView
Dim create As Boolean
Dim value As Android.OS.Bundle
value = instance.GetInputExtras(create)
[Android.Runtime.Register("getInputExtras",
"(Z)Landroid/os/Bundle;",
"GetGetInputExtras_ZHandler",
ApiSince=3)]
public virtual Android.OS.Bundle GetInputExtras(
bool
)
Parameters
- create
See Also