IMoniker.Load(IStream) Méthode

Définition

Initialise un objet à partir du flux ayant été précédemment enregistré.

public:
 void Load(System::Runtime::InteropServices::ComTypes::IStream ^ pStm);
public void Load (System.Runtime.InteropServices.ComTypes.IStream pStm);
abstract member Load : System.Runtime.InteropServices.ComTypes.IStream -> unit
Public Sub Load (pStm As IStream)

Paramètres

pStm
IStream

Flux à partir duquel l'objet est chargé.

Remarques

Pour plus d’informations, consultez Méthode IPersistStream ::Load.

S’applique à