System::Console::SetIn méthode

Console::SetIn method

Définit la propriété In avec l’objet TextReader spécifié.

static void System::Console::SetIn(const SharedPtr<System::IO::TextReader> &value)
ParamètreTypeDescription
valeurconst SharedPtr<System::IO::TextReader>&L’objet TextReader à affecter à la propriété In

Voir aussi