UCOMIPersistFile 인터페이스

정의

주의

Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202

대신 IPersistFile를 사용하세요.

public interface class UCOMIPersistFile
[System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIPersistFile
[System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIPersistFile
[<System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIPersistFile = interface
[<System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIPersistFile = interface
Public Interface UCOMIPersistFile
특성

설명

자세한 내용은 기존 설명서를 참조 하세요 IPersistFileIPersist MSDN 라이브러리의 com 하위 폴더에 있습니다.

메서드

GetClassID(Guid)
사용되지 않음.

개체의 CLSID(클래스 식별자)를 검색합니다.

GetCurFile(String)
사용되지 않음.

개체의 현재 작업 파일의 절대 경로를 검색하거나 현재 작업 파일이 없는 경우에는 개체의 기본 파일 이름 프롬프트를 검색합니다.

IsDirty()
사용되지 않음.

현재 파일에 마지막으로 저장된 이후 개체의 변경 사항을 검사합니다.

Load(String, Int32)
사용되지 않음.

지정된 파일을 열고 파일 내용에서 개체를 초기화합니다.

Save(String, Boolean)
사용되지 않음.

지정된 파일에 개체의 복사본을 저장합니다.

SaveCompleted(String)
사용되지 않음.

개체가 해당 파일에 쓸 수 있다는 것을 개체에 알립니다.

적용 대상