Home > lang > special > get 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
_get
[ Static ] Public Sub _get ( ... ) As Datatype

The _get metodo is called when the [] operator is used on the object or the classe to extract data.

The method can be static. Then, the [] operator will have to be used on the class, not the object.

The method must take one or more arguments. These arguments will be those passed between the [ and the ] operators.

For example, the instruction Value = MyObject[X, Y] will cause a call to _get with X and Y as arguments.

This method must return the data extract from the object or the class.

Vedi anche

Metodi speciali