UINavigationController.User Proprietà

Definizione

Utente associato al controller di spostamento dell'interfaccia utente.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = uINavigationController.user;
Public ReadOnly Property User As User

Valore della proprietà

Utente associato al controller di spostamento dell'interfaccia utente.

Implementazioni

Si applica a

Vedi anche