
Espacio de nombres:
CodiumSDK.CPL.ExtentionsEnsamblado: CodiumSDK.dll

Class with extentions for View, like Add Subview, etc.
| C# |
| public static class ViewExtension : System.Object |
Métodos
#AddView(parentView, view)
| C# |
| public AddView(this parentView, CodiumSDK.CPL.View view); |
Regresa
Parámetros
| Nombre | Tipo | Descripción |
|---|
| parentView | this | |
| view | CodiumSDK.CPL.View | |
#RemoveAllViews(parentView)

Remove All Subviews of the current View
| C# |
| public RemoveAllViews(this parentView, ); |
Regresa
Parámetros
| Nombre | Tipo | Descripción |
|---|
| parentView | this | Parent View |
#RemoveByPositionView(parentView, position)
| C# |
| public RemoveByPositionView(this parentView, System.Int32 position); |
Regresa
Parámetros
| Nombre | Tipo | Descripción |
|---|
| parentView | this | |
| position | System.Int32 | |