IMoniker.Load(IStream) 메서드

정의

이전에 개체가 저장된 스트림에서 해당 개체를 초기화합니다.

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)

매개 변수

pStm
IStream

개체가 로드되는 스트림입니다.

설명

자세한 내용은 IPersistStream::Load 메서드를 참조하세요.

적용 대상