Méthode | Description | |
---|---|---|
Element ( string caption ) : System |
Initializes the element with the given caption.
|
|
Element ( string caption, int layoutId ) : System | ||
GetContext ( ) : Android.Content.Context | ||
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View |
Overriden by most derived classes, creates a View with the contents for display
|
|
Matches ( string text ) : bool | ||
Selected ( ) : void | ||
Summary ( ) : string |
Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
|
public Element ( string caption ) : System | ||
caption | string | /// The caption. /// |
Résultat | System |
public Element ( string caption, int layoutId ) : System | ||
caption | string | |
layoutId | int | |
Résultat | System |
public GetContext ( ) : Android.Content.Context | ||
Résultat | Android.Content.Context |
public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
context | Android.Content.Context | |
convertView | Android.Views.View | |
parent | Android.Views.ViewGroup | |
Résultat | Android.Views.View |