다음을 통해 공유


IDocumentPersistenceService.Load(String) 메서드

정의

파생 클래스에서 구현되는 경우 지정된 저장 문서를 처리를 위해 메모리로 가져옵니다.

public:
 System::Object ^ Load(System::String ^ fileName);
public object Load (string fileName);
abstract member Load : string -> obj
Public Function Load (fileName As String) As Object

매개 변수

fileName
String

로드할 문서입니다.

반환

Object

로드된 문서를 포함하는 개체입니다.

적용 대상