IMoniker.Load(IStream) Método
Definição
Inicializa um objeto do fluxo de onde ele foi salvo anteriormente.Initializes an object from the stream where it was previously saved.
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)
Parâmetros
- pStm
- IStream
O fluxo do qual o objeto é carregado.The stream that the object is loaded from.
Comentários
Para obter mais informações, consulte IPersistStream:: load Method.For more information, see IPersistStream::Load method.